mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
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.prompt = ""
|
||||||
vars.memory = ""
|
vars.memory = ""
|
||||||
vars.actions = structures.KoboldStoryRegister()
|
vars.actions = structures.KoboldStoryRegister()
|
||||||
|
vars.actions_metadata = []
|
||||||
|
|
||||||
vars.authornote = ""
|
vars.authornote = ""
|
||||||
vars.authornotetemplate = vars.setauthornotetemplate
|
vars.authornotetemplate = vars.setauthornotetemplate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user