Skip to content

Commit

Permalink
Fix: make outside dark when not weather isnt syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
FjamZoo authored Apr 27, 2024
1 parent 9a83c7b commit f3de8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/time.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ AddStateBagChangeHandler('syncWeather', ('player:%s'):format(cache.serverId), fu
end
else
NetworkOverrideClockMillisecondsPerGameMinute(99999999)
NetworkOverrideClockTime(18, 0, 0)
NetworkOverrideClockTime(21, 0, 0)
end
end)

0 comments on commit f3de8fc

Please sign in to comment.