1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2025-07-12 21:10:26 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 16:04:54 +02:00
parent a6282c68e0
commit 8bf81458bd
89 changed files with 6 additions and 210 deletions

2
functions.lua Normal file → Executable file
View File

@ -7,7 +7,7 @@ if riesenpilz.info then
else
info = "[riesenpilz] "..msg
end
print(info)
minetest.log("action", info)
if riesenpilz.inform_all then
minetest.chat_send_all(info)
end