mirror of
https://github.com/minetest-mods/intllib.git
synced 2024-11-14 14:30:32 +01:00
Add missing closing brace at end of log function
This commit is contained in:
parent
d01a9c666f
commit
7b818cb4af
2
init.lua
2
init.lua
|
@ -69,7 +69,7 @@ function intllib.Getter(modname)
|
|||
local loc = info and info.short_src..":"..info.currentline
|
||||
minetest.log("deprecated", "intllib.Getter is deprecated."
|
||||
.." Please use intllib.make_gettext_pair instead."
|
||||
..(info and " (called from "..loc..")" or "")
|
||||
..(info and " (called from "..loc..")" or ""))
|
||||
return Getter(modname)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user