.BANCHO. .FIX. Attempt to fix fellow spectator list

This commit is contained in:
Nyo 2016-06-16 13:40:45 +02:00
parent abea76f09b
commit fa3e82be98
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def handle(userToken, packetData):
# send fellowSpectatorJoined to all spectators
for c in targetToken.spectators:
if c is not userID:
#targetToken.enqueue(serverPackets.fellowSpectatorJoined(c))
targetToken.enqueue(serverPackets.fellowSpectatorJoined(c))
specToken = glob.tokens.getTokenFromUserID(c)
specToken.enqueue(serverPackets.fellowSpectatorJoined(userID))