diff --git a/[esx]/es_extended/server/functions.lua b/[esx]/es_extended/server/functions.lua index cf346c8d..c0eded2b 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))