.BANCHO. Add streams and streamList object, add 'main' stream
This commit is contained in:
@@ -205,7 +205,7 @@ def handle(tornadoRequest):
|
||||
|
||||
# Send to everyone our userpanel if we are not restricted
|
||||
if not responseToken.restricted:
|
||||
glob.tokens.enqueueAll(serverPackets.userPanel(userID))
|
||||
glob.streams.broadcast("main", serverPackets.userPanel(userID))
|
||||
|
||||
# Set reponse data to right value and reset our queue
|
||||
responseData = responseToken.queue
|
||||
|
Reference in New Issue
Block a user