.BANCHO. .FIX. Remove extra fellow spectators packets
This commit is contained in:
parent
cd363db76b
commit
e0d5348b48
|
@ -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))
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ def handle(userToken, _):
|
|||
spec = glob.tokens.getTokenFromUserID(c)
|
||||
spec.enqueue(serverPackets.fellowSpectatorLeft(userID))
|
||||
|
||||
targetToken.enqueue(serverPackets.fellowSpectatorLeft(userID))
|
||||
#targetToken.enqueue(serverPackets.fellowSpectatorLeft(userID))
|
||||
|
||||
# Console output
|
||||
# TODO: Move messages in stop spectating
|
||||
|
|
Loading…
Reference in New Issue
Block a user