mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix issue #73
This commit is contained in:
@@ -587,7 +587,7 @@ void Map::saveOtcm(const std::string& fileName)
|
||||
fin->flush();
|
||||
|
||||
fin->close();
|
||||
g_logger.debug(stdext::format("Otcm save time: %.2f seconds", saveTimer.elapsed_seconds()));
|
||||
//g_logger.debug(stdext::format("Otcm save time: %.2f seconds", saveTimer.elapsed_seconds()));
|
||||
} catch(stdext::exception& e) {
|
||||
g_logger.error(stdext::format("failed to save OTCM map: %s", e.what()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user