aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2020-04-12 17:43:39 -0500
committerGitHub <noreply@github.com>2020-04-12 15:43:39 -0700
commit901012eb2872ad5d4af23b82cc6dc0d1da587b20 (patch)
treeb38db333bce669a1150510a8ed2f4471ea54ab78 /src
parent21a8b6f6e6178ace10430254435cca02e00a47e0 (diff)
Remove dumb memes (#141)
* remove memes * Update courtroom.cpp
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index f083c516..6e5397e1 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -3007,8 +3007,7 @@ void Courtroom::handle_song(QStringList *p_contents)
void Courtroom::handle_failed_login()
{
- music_player->enable_looping = false;
- music_player->play("failed_login");
+ modcall_player->play("./music/failed_login"); // aov memes
}
void Courtroom::handle_wtce(QString p_wtce, int variant)