From 343937469c16c7e40fd6b520f2e55d1aee7a64c3 Mon Sep 17 00:00:00 2001 From: RoadToSix <92928205+RoadPhone@users.noreply.github.com> Date: Sat, 4 Jun 2022 01:55:14 +0200 Subject: [PATCH] fix(es_extended): Overriding command colors console. Overriding command colors whole console. https://cdn.upload.systems/uploads/k7TZJpqn.png --- [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 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))