mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
initial mapgen indev version with farscale feature and huge caves
This commit is contained in:
@@ -460,7 +460,7 @@ public:
|
||||
n = m_defaults.find(name);
|
||||
if(n == m_defaults.end())
|
||||
{
|
||||
throw SettingNotFoundException("Setting not found");
|
||||
throw SettingNotFoundException(("Setting [" + name + "] not found ").c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user