Reset color after client print, use async callback for retrieving jobs

This commit is contained in:
ElPumpo
2020-01-12 21:55:18 +01:00
parent 9be103db31
commit ccdd4494c5
3 changed files with 29 additions and 35 deletions
+2 -2
View File
@@ -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