mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix game minetest.conf default settings
This was a regression introduced by f6e4c5d9cf
.
This commit is contained in:
parent
467fc0ddc9
commit
538036d004
6 changed files with 38 additions and 20 deletions
|
@ -223,7 +223,7 @@ Server::Server(
|
|||
infostream<<"- game: "<<m_gamespec.path<<std::endl;
|
||||
|
||||
// Create world if it doesn't exist
|
||||
if(!initializeWorld(m_path_world, m_gamespec.id))
|
||||
if(!loadGameConfAndInitWorld(m_path_world, m_gamespec))
|
||||
throw ServerError("Failed to initialize world");
|
||||
|
||||
// Create server thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue