change some emsm

This commit is contained in:
Morgan Bazalgette 2017-02-19 18:40:15 +01:00
parent 6f9cae0bcd
commit 69678f21f5
No known key found for this signature in database
GPG Key ID: 40D328300D245DA5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func SubscribeScores(c *conn, message incomingMessage) {
scoreSubscriptionsMtx.Unlock()
c.WriteJSON(TypeSubscribed, message)
c.WriteJSON(TypeSubscribed, ssu)
}
type scoreSubscription struct {