3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

isThundering should just reflect thunder state.

Dieser Commit ist enthalten in:
md_5 2015-01-13 20:42:33 +11:00
Ursprung 93e7b199bd
Commit e6f9fd4dc7

Datei anzeigen

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