Send the api fail info and teams too when a mp match finishes.

This commit is contained in:
goeo_
2017-08-10 15:53:18 -04:00
parent aa1887e2c4
commit 5f279da6cf
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))