.BANCHO. .FIX. Fix typo

This commit is contained in:
Nyo 2016-10-06 17:41:40 +02:00
parent 7347b1d455
commit 820df034f4
1 changed files with 1 additions and 1 deletions

View File

@ -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():