Fix world info depth being ignored

This commit is contained in:
Gnome Ann 2021-08-26 12:50:17 -04:00
parent d7605a717b
commit 75c68c2b78
1 changed files with 1 additions and 0 deletions

View File

@ -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