This commit is contained in:
Jesse Boyd 2018-04-28 09:41:09 +10:00
parent ef83b5a1b7
commit 5f9bd853ec
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

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