Version MFF.

This commit is contained in:
sys4-fr 2018-09-07 22:56:58 +02:00
parent 397913cd42
commit 0276e2c75a
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.." | " invlist = invlist..items.." | "
end end
end end
minetest.chat_send_player(name, invlist) minetest.chat_send_player(name, invlist)
end, end,
}) })