From 4552036c59bceac33d006de0b4fc4f3664c1d5a9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 22 Mar 2015 13:47:15 +0200 Subject: [PATCH] Remove testing menu from Speedchat. --- client.bat | 1 - otp/otpbase/OTPLocalizerEnglish.py | 16 +--------------- toontown/chat/TTChatInputSpeedChat.py | 16 ---------------- 3 files changed, 1 insertion(+), 32 deletions(-) diff --git a/client.bat b/client.bat index bc935336..84ee6967 100644 --- a/client.bat +++ b/client.bat @@ -22,7 +22,6 @@ echo =============================== echo Starting Toontown United... echo ppython: %PPYTHON_PATH% echo Username: %user% -echo Password: %ttuPassword% echo Gameserver: %server% echo =============================== diff --git a/otp/otpbase/OTPLocalizerEnglish.py b/otp/otpbase/OTPLocalizerEnglish.py index a656c3bb..dc707ab3 100644 --- a/otp/otpbase/OTPLocalizerEnglish.py +++ b/otp/otpbase/OTPLocalizerEnglish.py @@ -232,8 +232,6 @@ SCMenuResistance = 'UNITE!' SCMenuPets = 'PETS' SCMenuPetTricks = 'TRICKS' SCMenuCog = 'COG SPEAK' -SCMenuTesting = 'TESTING' -SCMenuBugs = 'BUGS' SCMenuHello = 'HELLO' SCMenuBye = 'GOODBYE' SCMenuConvo = 'CHIT CHAT' @@ -1933,19 +1931,7 @@ SpeedChatStaticTextToontown = {100: 'Hi!', 30418: "It's the Boss!", 30450: "It's easy to be green!", 30451: 'Visit Green Bean Jeans and you can be green too!', - 30452: "It's on Oak Street in Daisy Gardens.", - 30500: "Welcome to Toontown United!", - 30501: "I like ponies!", - 30502: "Are you livestreaming?", - 30503: "I'm livestreaming right now!", - 30504: "I can't wait until the next Toontown United update!", - 30505: "Did you know the TTU team works overtime to make the experience the best it can be?", - 30506: "I can't stand that bug!", - 30507: "Have you found any bugs yet?", - 30508: "I hope that bug gets fixed soon.", - 30509: "What types of bugs have you ran into so far?", - 30510: "Those bugs can get more obnoxious than the Cogs sometimes.", - 30511: "You can report bugs by clicking the Report a Bug button on the Toontown United launcher."} + 30452: "It's on Oak Street in Daisy Gardens."} SpeedChatStaticTextPirates = {50001: 'Aye', 50002: 'Nay', 50003: 'Yes', diff --git a/toontown/chat/TTChatInputSpeedChat.py b/toontown/chat/TTChatInputSpeedChat.py index b71911a0..97e30b1f 100644 --- a/toontown/chat/TTChatInputSpeedChat.py +++ b/toontown/chat/TTChatInputSpeedChat.py @@ -18,22 +18,6 @@ from toontown.toonbase import TTLocalizer from toontown.parties.PartyGlobals import ActivityIds, DecorationIds from toontown.toonbase import ToontownGlobals scStructure = [ - [OTPLocalizer.SCMenuTesting, - [OTPLocalizer.SCMenuBugs, - 30506, - 30507, - 30508, - 30509, - 30510, - 30511 - ], - 30500, - 30501, - 30502, - 30503, - 30504, - 30505 - ], [OTPLocalizer.SCMenuHello, {100: 0}, {101: 0},