Merge pull request #290 from RoadPhone/main

fix(es_extended): Overriding command colors console.
This commit is contained in:
Benzo
2022-06-04 12:25:38 +02:00
committed by GitHub
+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))