mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-17 22:47:34 +01:00
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() {
|
||||
return hasStorm() && world.worldData.isThundering();
|
||||
return world.worldData.isThundering();
|
||||
}
|
||||
|
||||
public void setThundering(boolean thundering) {
|
||||
|
Loading…
Reference in New Issue
Block a user