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):
|
||||
chunk = vars.actions[key]
|
||||
chunks.appendleft(chunk)
|
||||
i += 1
|
||||
if(i == depth):
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in New Issue