.BANCHO. .HIDE. Meh

This commit is contained in:
Nyo 2016-10-07 13:44:00 +02:00
parent 99f76e3227
commit 847a955e2f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def handle(userToken, _):
try:
# We don't have the beatmap, we can't spectate
if userToken.spectating not in glob.tokens.tokens:
raise exceptions.tokenNotFoundException
raise exceptions.tokenNotFoundException()
# Send the packet to host
glob.tokens.tokens[userToken.spectating].enqueue(serverPackets.noSongSpectator(userToken.userID))