mirror of
https://github.com/edubart/otclient.git
synced 2025-06-16 23:34:28 +02:00
Fix corelib tr
This commit is contained in:
parent
d85dd3e20f
commit
20314de00a
@ -259,8 +259,8 @@ function signalcall(param, ...)
|
||||
return false
|
||||
end
|
||||
|
||||
function tr(s)
|
||||
return s
|
||||
function tr(s, ...)
|
||||
return string.format(s, ...)
|
||||
end
|
||||
|
||||
-- @}
|
Loading…
x
Reference in New Issue
Block a user