.BANCHO. .HIDE. Meh
This commit is contained in:
parent
99f76e3227
commit
847a955e2f
|
@ -8,7 +8,7 @@ def handle(userToken, _):
|
||||||
try:
|
try:
|
||||||
# We don't have the beatmap, we can't spectate
|
# We don't have the beatmap, we can't spectate
|
||||||
if userToken.spectating not in glob.tokens.tokens:
|
if userToken.spectating not in glob.tokens.tokens:
|
||||||
raise exceptions.tokenNotFoundException
|
raise exceptions.tokenNotFoundException()
|
||||||
|
|
||||||
# Send the packet to host
|
# Send the packet to host
|
||||||
glob.tokens.tokens[userToken.spectating].enqueue(serverPackets.noSongSpectator(userToken.userID))
|
glob.tokens.tokens[userToken.spectating].enqueue(serverPackets.noSongSpectator(userToken.userID))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user