mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Move share/builtin.lua to share/builtin/builtin.lua
This commit is contained in:
parent
895b970a10
commit
19ed3bb193
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue