mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Bug Fix
This commit is contained in:
@@ -1199,6 +1199,7 @@ class KoboldStoryRegister(object):
|
|||||||
self.set_game_saved()
|
self.set_game_saved()
|
||||||
|
|
||||||
def set_action_in_ai(self, action_id, used=True):
|
def set_action_in_ai(self, action_id, used=True):
|
||||||
|
if action_id in self.actions:
|
||||||
if 'In AI Input' in self.actions[action_id]:
|
if 'In AI Input' in self.actions[action_id]:
|
||||||
old = self.actions[action_id]['In AI Input']
|
old = self.actions[action_id]['In AI Input']
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user