13
0
geforkt von Mirrors/Paper

isThundering should just reflect thunder state.

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2015-01-13 20:42:33 +11:00
Ursprung 7f26add625
Commit 580c82a773

Datei anzeigen

@ -763,7 +763,7 @@ public class CraftWorld implements World {
} }
public boolean isThundering() { public boolean isThundering() {
return hasStorm() && world.worldData.isThundering(); return world.worldData.isThundering();
} }
public void setThundering(boolean thundering) { public void setThundering(boolean thundering) {