diff --git a/joinMatchEvent.py b/joinMatchEvent.py index a0e0bb9..d483d4d 100644 --- a/joinMatchEvent.py +++ b/joinMatchEvent.py @@ -48,7 +48,7 @@ def joinMatch(userToken, matchID, password): # Send packets userToken.enqueue(serverPackets.matchJoinSuccess(matchID)) userToken.enqueue(serverPackets.channelJoinSuccess(userID, "#multiplayer")) - userToken.enqueue(serverPackets.sendMessage("FokaBot", "#multiplayer", "Hi {}, and welcome to Ripple's multiplayer mode! This feature is still WIP and might have some issues. If you find any bugs, please report them (by clicking here)[https://ripple.moe/index.php?p=22].".format(username))) + #userToken.enqueue(serverPackets.sendMessage("FokaBot", "#multiplayer", "Hi {}, and welcome to Ripple's multiplayer mode! This feature is still WIP and might have some issues. If you find any bugs, please report them (by clicking here)[https://ripple.moe/index.php?p=22].".format(username))) except exceptions.matchNotFoundException: userToken.enqueue(serverPackets.matchJoinFail()) consoleHelper.printColored("[!] {} has tried to join a mp room, but it doesn't exist".format(userToken.username), bcolors.RED)