fix(server/main): Remove waits

This commit is contained in:
Linden
2021-05-30 10:24:30 +10:00
committed by GitHub
parent 358f2be625
commit 5c70b094ef
-2
View File
@@ -110,9 +110,7 @@ if ESX.GetConfig().Multichar == true then
end, true)
elseif ESX.GetConfig().Multichar == false then
Citizen.Wait(1500)
print('[^3WARNING^7] Multicharacter is disabled - please check your ESX configuration')
else
Citizen.Wait(1500)
print('[^3WARNING^7] Unable to start Multicharacter - your version of ESX is not compatible ')
end