1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-21 01:30:23 +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 if time > 0.01 then
print(msg) print(msg)
else else
minetest.log("info", msg) minetest.log("action", msg)
end end