From b8e0d879a63e2bcec6a26824eaee81f992c97c17 Mon Sep 17 00:00:00 2001 From: Dazed Date: Thu, 2 Nov 2023 18:46:41 -0500 Subject: [PATCH] Undo game title fix for ace --- modules/rpgmakerace.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/rpgmakerace.py b/modules/rpgmakerace.py index b8bdba6..f6ad602 100644 --- a/modules/rpgmakerace.py +++ b/modules/rpgmakerace.py @@ -1367,10 +1367,10 @@ def searchSystem(data, pbar): context = 'Reply with only the english translation of the UI textbox' # Title - response = translateGPT(data['game_title'], ' Reply with the English translation of the game title name', False) - tokens += response[1] - data['game_title'] = response[0].strip('.') - pbar.update(1) + # response = translateGPT(data['game_title'], ' Reply with the English translation of the game title name', False) + # tokens += response[1] + # data['game_title'] = response[0].strip('.') + # pbar.update(1) # Terms for term in data['terms']: