mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
Spinbox changes
This commit is contained in:
@@ -515,7 +515,8 @@ bool Map::loadOtcm(const std::string& fileName)
|
||||
|
||||
fin->close();
|
||||
|
||||
//g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
|
||||
// well, this is really slow
|
||||
g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
|
||||
return true;
|
||||
} catch(stdext::exception& e) {
|
||||
g_logger.error(stdext::format("failed to load OTCM map: %s", e.what()));
|
||||
|
Reference in New Issue
Block a user