mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-27 10:41:27 +01:00
isThundering should just reflect thunder state.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7f26add625
commit
580c82a773
@ -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…
Reference in New Issue
Block a user