isThundering should just reflect thunder state.
This commit is contained in:
parent
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user