mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-05-04 05:46:52 -06:00
increase time between drowning checks
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ end
|
||||
local timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
timer = timer + dtime;
|
||||
if timer >= 1 then
|
||||
if timer >= 2 then
|
||||
local t0 = minetest.get_us_time()
|
||||
|
||||
for _,player in ipairs(minetest.get_connected_players()) do
|
||||
|
||||
Reference in New Issue
Block a user