forked from MagicBane/Server
Update to console output.
This commit is contained in:
@@ -64,7 +64,7 @@ public enum MapLoader {
|
|||||||
|
|
||||||
timeToLoad = System.currentTimeMillis() - timeToLoad;
|
timeToLoad = System.currentTimeMillis() - timeToLoad;
|
||||||
|
|
||||||
Logger.info(bytesRead + " pixels processed in " + timeToLoad / 1000 + " seconds");
|
Logger.info(bytesRead + " pixels processed in " + timeToLoad + " milis");
|
||||||
Logger.info(realmsWritten + " realm pixels written ");
|
Logger.info(realmsWritten + " realm pixels written ");
|
||||||
return realmMap;
|
return realmMap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user