@@ -66,7 +66,7 @@ func (games GameServer) AddGame(x, y int, stompConnection *extStomp.Conn) *Game
GameId: game.Id,
}
b, _ := json.Marshal(stompGameStart)
- stompConnection.Send("/topic/go-battlecamp.game", "", b)
+ stompConnection.Send("/topic/go-battlecamp.game", "application/json", b)
return game