From 820df034f4ce1114988cca8e18a24a54bb6840cd Mon Sep 17 00:00:00 2001 From: Nyo Date: Thu, 6 Oct 2016 17:41:40 +0200 Subject: [PATCH] .BANCHO. .FIX. Fix typo --- constants/serverPackets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/serverPackets.py b/constants/serverPackets.py index bfd47d0..566a454 100644 --- a/constants/serverPackets.py +++ b/constants/serverPackets.py @@ -16,7 +16,7 @@ def forceUpdate(): def loginBanned(): packets = packetHelper.buildPacket(packetIDs.server_userID, [[-1, dataTypes.SINT32]]) - packets += notification("You are banned. You can appeal after one month since your ban by sending an email to support@ripple.moe> from the email address you've used to sign up.") + packets += notification("You are banned. You can appeal after one month since your ban by sending an email to support@ripple.moe from the email address you've used to sign up.") return packets def loginLocked():