mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-03-03 19:08:50 +01:00
Don't turn gamestarted off
This commit is contained in:
parent
90c5cebb6d
commit
e2f7fed99f
@ -5119,9 +5119,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…
x
Reference in New Issue
Block a user