Skip to content

Commit

Permalink
fix: typo (#20)
Browse files Browse the repository at this point in the history
config.safeRefresh.Min = nill -> config.safeRefresh.min should fix this issue.
  • Loading branch information
Mrsenati authored Feb 19, 2024
1 parent c36973a commit e707b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ CreateThread(function()
print('[ERROR] Incorrect Safe type!')
end
end
Wait(config.safeRefresh.Min)
Wait(config.safeRefresh.min)
end
end)

0 comments on commit e707b9e

Please sign in to comment.