From 8ace2358ae2542d092f9aa6b0bce727169d71eeb Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 20 Aug 2015 22:31:49 -0400 Subject: [PATCH] Add a message for error code 124, Can be changed later. --- otp/otpbase/OTPLocalizerEnglish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/otp/otpbase/OTPLocalizerEnglish.py b/otp/otpbase/OTPLocalizerEnglish.py index 71a80095..fc9a72a7 100755 --- a/otp/otpbase/OTPLocalizerEnglish.py +++ b/otp/otpbase/OTPLocalizerEnglish.py @@ -132,6 +132,7 @@ CRBootedReasons = {100: 'You have been disconnected because someone else just lo 102: 'You are not authorized to use administrator privileges.', 103: 'You were banned by a moderator.\n\nBehave next time!', 105: 'Toontown Stride is now temporarily closed for maintenance. Everyone who was playing has been disconnected from the game.\n\nFor more information, please visit the Toontown Stride website.', + 124: 'Your installed files are out of date! Use the official launcher to download the newest version, or contact Toontown Stride Support if the problem persists.', 153: 'The district you were playing on has been reset. Everyone who was playing on that district has been disconnected. However, you should be able to connect again and go right back into the game.', 166: 'You were disconnected to prevent a district reset.'} CRBootedReasonUnknownCode = 'An unexpected problem has occurred (error code %s). Your connection has been lost, but you should be able to connect again and go right back into the game.'