mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
isThundering should just reflect thunder state.
This commit is contained in:
parent
93e7b199bd
commit
e6f9fd4dc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue