mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
bugfix
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ def play_unconstrained():
|
||||
action = action[2:]
|
||||
|
||||
action = " You " + action + ". "
|
||||
action = remove_profanity(text)
|
||||
action = remove_profanity(action)
|
||||
action = first_to_second_person(action)
|
||||
|
||||
result = story_manager.act(action)
|
||||
|
||||
Reference in New Issue
Block a user