Hex Casting

Hex Casting

6M Downloads

Weather timers aren't set properly with the Weather spells

yrsegal opened this issue ยท 0 comments

commented

from ServerLevel:

      this.serverLevelData.setRainTime(0);
      this.serverLevelData.setRaining(false);
      this.serverLevelData.setThunderTime(0);
      this.serverLevelData.setThundering(false);

reference WeatherCommand to see default times, etc