1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2025-07-13 21:40:24 +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
init.lua Normal file → Executable file
View File

@ -1092,7 +1092,7 @@ end
local time = math.floor(tonumber(os.clock()-load_time_start)*100+0.5)/100
local msg = "[riesenpilz] loaded after ca. "..time
if time > 0.05 then
print(msg)
minetest.log("warning", msg)
else
minetest.log("info", msg)
end