Don't turn gamestarted off

This commit is contained in:
Henk 2022-07-02 12:59:14 +02:00
parent 90c5cebb6d
commit e2f7fed99f
1 changed files with 0 additions and 3 deletions

View File

@ -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):