Move share/builtin.lua to share/builtin/builtin.lua
parent
895b970a10
commit
19ed3bb193
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue