fix: wrong paramname

This commit is contained in:
iceman1001
2020-04-05 17:00:16 +02:00
parent 214bb46e9c
commit 0263273ec3
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ arguments = [[
]]
---
-- This is only meant to be used when errors occur
local function dbg(err)
local function dbg(args)
if not DEBUG then return end
if type(args) == 'table' then
local i = 1