Skip to content

Commit

Permalink
chore(debug): qbox'ing
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb authored and ChatDisabled committed May 6, 2023
1 parent 8a6a8d3 commit 2918a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local function tPrint(tbl, indent)
end

RegisterServerEvent('QBCore:DebugSomething', function(tbl, indent)
local resource = GetInvokingResource() or "qb-core"
local resource = GetInvokingResource() or "qbx-core"
print(('\x1b[4m\x1b[36m[ %s : DEBUG]\x1b[0m'):format(resource))
tPrint(tbl, indent)
print('\x1b[4m\x1b[36m[ END DEBUG ]\x1b[0m')
Expand Down

0 comments on commit 2918a74

Please sign in to comment.