From 3686fa4d9c3bfbc7f9f992b229dc9511b400020a Mon Sep 17 00:00:00 2001 From: Howl Date: Mon, 20 Jun 2016 12:40:51 +0200 Subject: [PATCH] Change osu!direct message --- events/changeActionEvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/changeActionEvent.py b/events/changeActionEvent.py index b4f6601..8a5dd55 100644 --- a/events/changeActionEvent.py +++ b/events/changeActionEvent.py @@ -55,7 +55,7 @@ def handle(userToken, packetData): # NOTE: Remove this when osu!direct will be fixed if userToken.actionID == actions.osuDirect and userToken.osuDirectAlert == False: userToken.osuDirectAlert = True - userToken.enqueue(serverPackets.sendMessage("FokaBot", userToken.username, "Sup! osu!direct works, kinda. To download a beatmap, you have to click the \"View listing\" button (the last one) instead of \"Download\". However, if you are on the stable (fallback) branch, it should work also with the \"Download\" button. We'll fix that bug as soon as possibleTM.")) + userToken.enqueue(serverPackets.sendMessage("FokaBot", userToken.username, "Sup! osu!direct works, but you'll need to update the switcher to have the Download button working. If you didn't update the switcher yet, please do!")) # Console output