diff --git a/server/debug.lua b/server/debug.lua index 4bb900b..bcdd919 100644 --- a/server/debug.lua +++ b/server/debug.lua @@ -36,9 +36,9 @@ function QBCore.Debug(table, indent) end function QBCore.ShowError(resource, msg) - print('\x1b[31m[' .. resource .. ':ERROR]\x1b[0m ' .. msg) + print('\x1b[31m['..resource..':ERROR]\x1b[0m '..msg) end function QBCore.ShowSuccess(resource, msg) - print('\x1b[32m[' .. resource .. ':LOG]\x1b[0m ' .. msg) -end \ No newline at end of file + print('\x1b[32m['..resource..':LOG]\x1b[0m '..msg) +end