Merge branch 'master' of git.zxq.co:ripple/pep.py

This commit is contained in:
Giuseppe Guerra
2017-08-11 01:14:45 +02:00
2 changed files with 21 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ def handle(userToken, packetData):
# Update the score
match.updateScore(slotID, data["totalScore"])
match.updateHP(slotID, data["currentHp"])
# Enqueue frames to who's playing
glob.streams.broadcast(match.playingStreamName, serverPackets.matchFrames(slotID, packetData))