Merge branch 'phase/32-weather-warmth'

This commit is contained in:
Leonid Pershin
2026-08-20 04:18:49 +03:00
46 changed files with 1364 additions and 295 deletions
+3 -1
View File
@@ -1070,7 +1070,9 @@ internal sealed class SchoolWorker
school.Clock.IsRunning,
(byte)school.Clock.SpeedIndex,
skip.Allowed,
skip.Time is { } target ? new DateTimeOffset(target).ToUnixTimeMilliseconds() : 0));
skip.Time is { } target ? new DateTimeOffset(target).ToUnixTimeMilliseconds() : 0,
school.Weather.Tenths,
(byte)school.Weather.Precipitation));
client.TrySend(frame.AsMemory(0, length));
}