Bug fix for redo/pinning persisting over new game requests
This commit is contained in:
parent
a27c441cdf
commit
06bbe429d9
|
@ -4731,6 +4731,7 @@ def newGameRequest():
|
|||
vars.prompt = ""
|
||||
vars.memory = ""
|
||||
vars.actions = structures.KoboldStoryRegister()
|
||||
vars.actions_metadata = []
|
||||
|
||||
vars.authornote = ""
|
||||
vars.authornotetemplate = vars.setauthornotetemplate
|
||||
|
|
Loading…
Reference in New Issue