Skip to content

Commit

Permalink
fix: variable isAllowedToChange is never set
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 10, 2024
1 parent 1056799 commit e66b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-data/resources/[esx]/vSync/server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local timeOffset = Config.TimeOffset
local freezeTime = Config.FreezeTime
local blackout = Config.Blackout
local newWeatherTimer = Config.NewWeatherTimer
local isAllowedToChange
local isAllowedToChange = {}

RegisterServerEvent("vSync:requestSync")
AddEventHandler("vSync:requestSync", function()
Expand Down

0 comments on commit e66b860

Please sign in to comment.