mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-14 07:09:04 +00:00
revert debug values
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user