mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fixes #1903
This commit is contained in:
parent
ef83b5a1b7
commit
5f9bd853ec
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ public class PlotListener {
|
|||
}
|
||||
|
||||
if (plot.getFlag(Flags.WEATHER).isPresent()) {
|
||||
player.setTime(Long.MAX_VALUE);
|
||||
player.setWeather(PlotWeather.CLEAR);
|
||||
}
|
||||
|
||||
Location lastLoc = player.getMeta("music");
|
||||
|
|
Loading…
Reference in a new issue