forceloaded blocks only if really needed, auto conf and no perm

This commit is contained in:
berengma 2019-01-12 17:33:22 +01:00
parent 34e4cac814
commit 74e7e292b3
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local flength = 1800 -- how many seconds you can fly
local checktime = 1 -- check interval
local maxdistance = 50 -- maxradius
local timer = 0
local trans = {}
local trans = true -- no permanent forceload block if server shuts down
local force = false
if maxdistance > getsetting then force = true end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 347 KiB