fix(es_extended): Overriding command colors console.

Overriding command colors whole console.

https://cdn.upload.systems/uploads/k7TZJpqn.png
This commit is contained in:
RoadToSix
2022-06-04 01:55:14 +02:00
committed by GitHub
parent 5fa75840e6
commit 343937469c
+1 -1
View File
@@ -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))