diff --git a/gameserver/src/main/java/brainwine/gameserver/zone/Zone.java b/gameserver/src/main/java/brainwine/gameserver/zone/Zone.java index f4c96c5..1d48033 100644 --- a/gameserver/src/main/java/brainwine/gameserver/zone/Zone.java +++ b/gameserver/src/main/java/brainwine/gameserver/zone/Zone.java @@ -58,8 +58,8 @@ public class Zone { private float temperature = 0; private float wind = 0; private float cloudiness = 5000; - private float precipitation = 10000; - private float acidity = 10000; + private float precipitation = 0; + private float acidity = 0; private final ChunkIOManager chunkManager; private final Set pendingSunlight = new HashSet<>(); private final Map entities = new HashMap<>();