Fix world info depth being ignored
This commit is contained in:
parent
d7605a717b
commit
75c68c2b78
|
@ -1632,6 +1632,7 @@ def checkworldinfo(txt):
|
||||||
for key in reversed(vars.actions):
|
for key in reversed(vars.actions):
|
||||||
chunk = vars.actions[key]
|
chunk = vars.actions[key]
|
||||||
chunks.appendleft(chunk)
|
chunks.appendleft(chunk)
|
||||||
|
i += 1
|
||||||
if(i == depth):
|
if(i == depth):
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue