Bug fix for redo/pinning persisting over new game requests

This commit is contained in:
ebolam 2022-01-26 21:02:36 -05:00
parent a27c441cdf
commit 06bbe429d9
1 changed files with 1 additions and 0 deletions

View File

@ -4731,6 +4731,7 @@ def newGameRequest():
vars.prompt = ""
vars.memory = ""
vars.actions = structures.KoboldStoryRegister()
vars.actions_metadata = []
vars.authornote = ""
vars.authornotetemplate = vars.setauthornotetemplate