1
1
mirror of https://github.com/KoboldAI/KoboldAI-Client.git synced 2025-03-18 12:30:17 +01:00

Don't turn gamestarted off

This commit is contained in:
Henk 2022-07-02 12:59:14 +02:00
parent 90c5cebb6d
commit e2f7fed99f

@ -5119,9 +5119,6 @@ def loadRequest(loadpath, filename=None):
ln = len(vars.actions[vars.actions.get_last_key()].rstrip())
footer += 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
if("authorsnote" in js):