peterjosling / risk

Networked implementation of the Risk game
1 stars 1 forks source link

Add ack_id values to Commands from the web interface #119

Open peterjosling opened 9 years ago

peterjosling commented 9 years ago

Commands coming in to the WebSocketServer don't have any ack_id fields (the UI ignores them). This needs to be added on before forwarding to other players.