aboutsummaryrefslogtreecommitdiff
path: root/globalstep.lua
diff options
context:
space:
mode:
authorThomas Rudin <thomas@rudin.io>2019-09-07 11:04:28 +0200
committerThomas Rudin <thomas@rudin.io>2019-09-07 11:04:28 +0200
commite1f7157d6bd802f44445787841108630b9c4b971 (patch)
tree921abcb10cb582858d51dd88d42ba6f050869fe5 /globalstep.lua
parent8d81ae9512743a17d305517ff542004f54ad608b (diff)
downloadmesecons_debug-e1f7157d6bd802f44445787841108630b9c4b971.tar.gz
mesecons_debug-e1f7157d6bd802f44445787841108630b9c4b971.zip
warn msg
Diffstat (limited to '')
-rw-r--r--globalstep.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/globalstep.lua b/globalstep.lua
index 3434b2d..7df1970 100644
--- a/globalstep.lua
+++ b/globalstep.lua
@@ -27,6 +27,7 @@ for i, globalstep in ipairs(minetest.registered_globalsteps) do
local diff = t1 - t0
if diff > 75000 then
cooldown = 5
+ minetest.log("warning", "[mesecons_debug] cooldown triggered")
end
end
end