Renewed-Scripts / Renewed-Weathersync

No more needing to worry about syncing time and weather on your FiveM server.
GNU General Public License v3.0
46 stars 28 forks source link

fix: proper handling of frozen time when client joins #14

Closed WLVF closed 10 months ago

WLVF commented 11 months ago

Description

I had an issue on a test server where time would be frozen according to the server, however any new client joining would still have time progress normally and couldn't be adjusted because the time was technically frozen but just wasn't processed by the client in the initial steps. This change fixes that.

Checklist