mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
updated menu a bit, and some other small fixes
This commit is contained in:
@@ -1794,6 +1794,7 @@ ServerMap::ServerMap(std::string savedir):
|
||||
Map(dout_server),
|
||||
m_seed(0)
|
||||
{
|
||||
dstream<<__FUNCTION_NAME<<std::endl;
|
||||
|
||||
//m_chunksize = 64;
|
||||
//m_chunksize = 16; // Too slow
|
||||
@@ -1891,6 +1892,8 @@ ServerMap::ServerMap(std::string savedir):
|
||||
|
||||
ServerMap::~ServerMap()
|
||||
{
|
||||
dstream<<__FUNCTION_NAME<<std::endl;
|
||||
|
||||
try
|
||||
{
|
||||
if(m_map_saving_enabled)
|
||||
|
Reference in New Issue
Block a user