Merge branch 'KoboldAI:main' into united
This commit is contained in:
commit
a99518d0a8
|
@ -5545,9 +5545,6 @@ def loadRequest(loadpath, filename=None):
|
||||||
ln = len(vars.actions[vars.actions.get_last_key()].rstrip())
|
ln = len(vars.actions[vars.actions.get_last_key()].rstrip())
|
||||||
footer += vars.actions[vars.actions.get_last_key()][ln:]
|
footer += vars.actions[vars.actions.get_last_key()][ln:]
|
||||||
vars.actions[vars.actions.get_last_key()] = vars.actions[vars.actions.get_last_key()][:ln]
|
vars.actions[vars.actions.get_last_key()] = vars.actions[vars.actions.get_last_key()][:ln]
|
||||||
if(len(vars.actions) == 0):
|
|
||||||
vars.gamestarted = False
|
|
||||||
|
|
||||||
|
|
||||||
# Try not to break older save files
|
# Try not to break older save files
|
||||||
if("authorsnote" in js):
|
if("authorsnote" in js):
|
||||||
|
|
Loading…
Reference in New Issue