From 8348d24e0dfe1f324d5f6aee5ff17546cd4eec83 Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Mon, 13 Jun 2022 03:59:43 +0200 Subject: [PATCH] Update functions.lua --- [esx]/es_extended/server/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx]/es_extended/server/functions.lua b/[esx]/es_extended/server/functions.lua index 448b5b6c..381fe2e4 100644 --- a/[esx]/es_extended/server/functions.lua +++ b/[esx]/es_extended/server/functions.lua @@ -30,7 +30,7 @@ function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion) end if Core.RegisteredCommands[name] then - print(('[^3WARNING^7] Command ^5"%s" already registered, overriding command'):format(name)) + print(('[^3WARNING^7] Command ^5"%s" ^7already registered, overriding command'):format(name)) if Core.RegisteredCommands[name].suggestion then TriggerClientEvent('chat:removeSuggestion', -1, ('/%s'):format(name))