mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Reset color after client print, use async callback for retrieving jobs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ESX.Trace = function(str)
|
||||
ESX.Trace = function(msg)
|
||||
if Config.EnableDebug then
|
||||
print(('[es_extended] [^2TRACE^7] %s'):format(str))
|
||||
print(('[es_extended] [^2TRACE^7] %s^7'):format(msg))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user