Compare commits

1 Commits

Author SHA1 Message Date
0276e2c75a Version MFF. 2018-09-07 22:56:58 +02:00
3 changed files with 1 additions and 1 deletions

0
README.md Normal file → Executable file
View File

0
depends.txt Normal file → Executable file
View File

2
init.lua Normal file → Executable file
View File

@ -30,6 +30,6 @@ minetest.register_chatcommand("inv", {
invlist = invlist..items.." | "
end
end
minetest.chat_send_player(name, invlist)
minetest.chat_send_player(name, invlist)
end,
})