mirror of
https://github.com/minetest-mods/intllib.git
synced 2025-07-02 08:00:24 +02:00
Fix warnings issued by luacheck
.
This commit is contained in:
@ -123,7 +123,7 @@ table.sort(messages)
|
||||
|
||||
local last_msg
|
||||
|
||||
for i, msg in ipairs(messages) do
|
||||
for _, msg in ipairs(messages) do
|
||||
if msg ~= last_msg then
|
||||
printf("%s =\n", escape(msg))
|
||||
end
|
||||
|
Reference in New Issue
Block a user