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
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
function tr(s)
|
function tr(s, ...)
|
||||||
return s
|
return string.format(s, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- @}
|
-- @}
|
Loading…
x
Reference in New Issue
Block a user