From 5c70b094ef4744e45e0586c6f8fb5181c58a282a Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 30 May 2021 10:24:30 +1000 Subject: [PATCH] fix(server/main): Remove waits --- server/main.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/main.lua b/server/main.lua index 618caff9..06c43769 100644 --- a/server/main.lua +++ b/server/main.lua @@ -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