mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix corelib tr
This commit is contained in:
@@ -259,8 +259,8 @@ function signalcall(param, ...)
|
||||
return false
|
||||
end
|
||||
|
||||
function tr(s)
|
||||
return s
|
||||
function tr(s, ...)
|
||||
return string.format(s, ...)
|
||||
end
|
||||
|
||||
-- @}
|
Reference in New Issue
Block a user