1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-20 17:20:24 +02:00

Compare commits

2 Commits

View File

@ -15,5 +15,5 @@ local msg = "[pdisc] loaded after ca. " .. time .. " seconds."
if time > 0.01 then
print(msg)
else
minetest.log("info", msg)
minetest.log("action", msg)
end