mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Fix corelib tr
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
-- @}
|
-- @}
|
||||||
Reference in New Issue
Block a user