Update common.lua | Add Config.EnablePaycheck

This commit is contained in:
ic3d_
2023-02-13 17:27:26 +00:00
committed by GitHub
parent dadcb6ebfb
commit 18b82cb816
+3 -1
View File
@@ -96,7 +96,9 @@ MySQL.ready(function()
print('[^2INFO^7] ESX ^5Legacy 1.9.1^0 initialized!')
StartDBSync()
StartPayCheck()
if Config.EnablePaycheck then
StartPayCheck()
end
end)
RegisterServerEvent('esx:clientLog')