Skip to content

Commit

Permalink
debugPrint prints a nil.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentN5 authored Jul 10, 2021
1 parent 76b05f4 commit 3b2e018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ function debugPrint(...)
end
local msgTemplate = '^3[%s]^0%s'
local finalMsg = msgTemplate:format(currentResourceName, appendStr)
print(msg)
end
print(finalMsg)
end

0 comments on commit 3b2e018

Please sign in to comment.