Skip to content
Snippets Groups Projects
Commit 19ed3bb1 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Move share/builtin.lua to share/builtin/builtin.lua

parent 895b970a
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment