aboutsummaryrefslogtreecommitdiff
path: root/server/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/commands.py')
-rw-r--r--server/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/commands.py b/server/commands.py
index 7c212baf..bf1cc7e3 100644
--- a/server/commands.py
+++ b/server/commands.py
@@ -174,6 +174,7 @@ def ooc_cmd_jukebox_toggle(client, arg):
if len(arg) != 0:
raise ArgumentError('This command has no arguments.')
client.area.jukebox = not client.area.jukebox
+ client.area.jukebox_votes = []
changer = 'Unknown'
if client.is_cm:
changer = 'The CM'