mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Move share/builtin.lua to share/builtin/builtin.lua
This commit is contained in:
@@ -890,7 +890,8 @@ Server::Server(
|
|||||||
infostream<<"- addons: "<<(*i)<<std::endl;
|
infostream<<"- addons: "<<(*i)<<std::endl;
|
||||||
|
|
||||||
// Path to builtin.lua
|
// Path to builtin.lua
|
||||||
std::string builtinpath = porting::path_share + DIR_DELIM + "builtin.lua";
|
std::string builtinpath = porting::path_share + DIR_DELIM + "builtin"
|
||||||
|
+ DIR_DELIM + "builtin.lua";
|
||||||
|
|
||||||
// Add default global mod search path
|
// Add default global mod search path
|
||||||
m_modspaths.push_front(m_gamespec.path + DIR_DELIM "mods");
|
m_modspaths.push_front(m_gamespec.path + DIR_DELIM "mods");
|
||||||
|
Reference in New Issue
Block a user