mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Move share/builtin.lua to share/builtin/builtin.lua
This commit is contained in:
parent
895b970a10
commit
19ed3bb193
@ -890,7 +890,8 @@ Server::Server(
|
||||
infostream<<"- addons: "<<(*i)<<std::endl;
|
||||
|
||||
// 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
|
||||
m_modspaths.push_front(m_gamespec.path + DIR_DELIM "mods");
|
||||
|
Loading…
Reference in New Issue
Block a user