mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 15:16:45 +01:00
Fixes #1903
This commit is contained in:
parent
ef83b5a1b7
commit
5f9bd853ec
@ -241,7 +241,7 @@ public class PlotListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (plot.getFlag(Flags.WEATHER).isPresent()) {
|
if (plot.getFlag(Flags.WEATHER).isPresent()) {
|
||||||
player.setTime(Long.MAX_VALUE);
|
player.setWeather(PlotWeather.CLEAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
Location lastLoc = player.getMeta("music");
|
Location lastLoc = player.getMeta("music");
|
||||||
|
Loading…
Reference in New Issue
Block a user