mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
updated menu a bit, and some other small fixes
This commit is contained in:
parent
ba88685fab
commit
c9967d6d07
9 changed files with 71 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue