This commit is contained in:
Jesse Boyd
2018-04-28 09:41:09 +10:00
parent ef83b5a1b7
commit 5f9bd853ec

View File

@ -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");