geforkt von Mirrors/Paper
isThundering should just reflect thunder state.
Dieser Commit ist enthalten in:
Ursprung
93e7b199bd
Commit
e6f9fd4dc7
@ -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) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren