mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Don't turn gamestarted off
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user