mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
@@ -1328,8 +1328,8 @@ ServerMap::~ServerMap()
|
||||
}
|
||||
catch(std::exception &e)
|
||||
{
|
||||
infostream<<"ServerMap: Failed to save map to "<<m_savedir
|
||||
<<", exception: "<<e.what()<<std::endl;
|
||||
errorstream << "ServerMap: Failed to save map to " << m_savedir
|
||||
<< ", exception: " << e.what() << std::endl;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user