higher max lag threshold
This commit is contained in:
parent
c0d2969f02
commit
dc6ffc0d32
@ -26,7 +26,7 @@ minetest.register_globalstep(function(dtime)
|
||||
end
|
||||
|
||||
timer = 0
|
||||
if mapcleaner.get_max_lag() > 0.7 then
|
||||
if mapcleaner.get_max_lag() > 1.5 then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user