refactor(legacy/server): Start DBSync and PayCheck after initializing

This commit is contained in:
Linden
2021-05-16 20:01:06 +10:00
parent c4bc02ff8e
commit b021d28cda
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -55,6 +55,8 @@ MySQL.ready(function()
end)
print('[^2INFO^7] ESX ^5Legacy^0 initialized')
ESX.StartDBSync()
ESX.StartPayCheck()
end)
RegisterServerEvent('esx:clientLog')