mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix world info depth being ignored
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user