libs/uvl: fix syntax error introduced with r5861
This commit is contained in:
parent
e301256632
commit
c91c64b927
1 changed files with 41 additions and 41 deletions
|
@ -120,7 +120,7 @@ end
|
|||
function error.string(self,pad)
|
||||
pad = pad or " "
|
||||
|
||||
local str = i18n(ERRCODES[self.code] or self.code])
|
||||
local str = i18n(ERRCODES[self.code] or self.code)
|
||||
:gsub("\n", "\n"..pad)
|
||||
:gsub("%%i", self:cid())
|
||||
:gsub("%%I", self:sid())
|
||||
|
|
Loading…
Reference in a new issue