mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 19:28:52 +00:00
Update common.lua | Add Config.EnablePaycheck
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user