.BANCHO. .FIX. Attempt to fix fellow spectator list
This commit is contained in:
parent
abea76f09b
commit
fa3e82be98
|
@ -44,7 +44,7 @@ def handle(userToken, packetData):
|
||||||
# send fellowSpectatorJoined to all spectators
|
# send fellowSpectatorJoined to all spectators
|
||||||
for c in targetToken.spectators:
|
for c in targetToken.spectators:
|
||||||
if c is not userID:
|
if c is not userID:
|
||||||
#targetToken.enqueue(serverPackets.fellowSpectatorJoined(c))
|
targetToken.enqueue(serverPackets.fellowSpectatorJoined(c))
|
||||||
specToken = glob.tokens.getTokenFromUserID(c)
|
specToken = glob.tokens.getTokenFromUserID(c)
|
||||||
specToken.enqueue(serverPackets.fellowSpectatorJoined(userID))
|
specToken.enqueue(serverPackets.fellowSpectatorJoined(userID))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user