1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Add world/mods to mod search path

This commit is contained in:
Perttu Ahola 2011-12-03 02:55:54 +02:00
parent fbbbcf97d8
commit 324c544922

View File

@ -965,8 +965,11 @@ Server::Server(
// Path to builtin.lua
std::string builtinpath = porting::path_data + DIR_DELIM + "builtin.lua";
// Add default global mod path
// Add default global mod search path
m_modspaths.push_back(porting::path_data + DIR_DELIM + "mods");
// Add world mod search path
m_modspaths.push_back(mapsavedir + DIR_DELIM + "mods");
// Initialize scripting