mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
initial mapgen indev version with farscale feature and huge caves
This commit is contained in:
parent
e3badd7062
commit
165498cecf
12 changed files with 456 additions and 41 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue