mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Fixes #1903
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user