Fixed IsNightTime not returning the correct value, fixes #233

This commit is contained in:
Chomp
2025-05-04 13:12:57 +01:00
parent 31ae5feb41
commit bd5f7df3d8
@@ -49,7 +49,7 @@ public class WeatherHelper(
// getInRaidTime() provides left side value, if player chose right side, set ahead 12 hrs
if (timeVariant == DateTimeEnum.PAST)
{
time.AddHours(12);
time = time.AddHours(12);
}
// Night if after 9pm or before 5am