revert debug values

This commit is contained in:
simon
2018-12-22 18:17:53 -05:00
parent 0973548b71
commit 84ca3acb52
7 changed files with 17 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public class TerrainRequestHandler implements MessageHandler {
try {
world = GameServer.INSTANCE.getGameUniverse().getWorld(
Long.valueOf((long) json.get("x")).intValue(),
Long.valueOf((long) json.get("y")).intValue(), true,
Long.valueOf((long) json.get("y")).intValue(), false,
(String) json.get("dimension"));
} catch (NullPointerException e) {
LogManager.LOGGER.severe("FIXME: handle TerrainRequestHandler");

View File

@@ -40,7 +40,7 @@ wg_maxCopperCount=2
wg_fluidCenterPointMin=0
wg_fluidCenterPointMax=2
#CPU
tick_length=50
tick_length=1000
org_offset=512
stack_bottom=65536
memory_size=65536