Re-enabled buildout saving/exporting

This commit is contained in:
seefoe
2018-05-13 06:02:25 -04:00
parent 675a4b605e
commit 7c58b2f137
@@ -164,7 +164,9 @@ void ServerBuildoutManager::onChunkComplete(int nodeX, int nodeZ)
void ServerBuildoutManager::saveArea(std::string const &serverFileName, std::string const &clientFileName, float x1, float z1, float x2, float z2)
{
#ifndef _DEBUG
FATAL(true, ("ServerBuildoutManager::saveArea\n"));
#endif
if (!ConfigServerGame::getBuildoutAreaEditingEnabled())
{
@@ -1448,4 +1450,4 @@ void ServerBuildoutManager::onEventStopped(std::string const & eventName)
}
}
}
// ======================================================================
// ======================================================================