automatic update

This commit is contained in:
HybridDog 2015-03-31 20:07:28 +02:00
parent 8b12618365
commit 08dd8c968b

View File

@ -25,7 +25,7 @@ minetest.register_globalstep(function(dtime)
end
-- get the start time
local ts = tonumber(os.clock())
local ts = tonumber(os.clock())-dtime
-- execute expired functions
local n = 1