@@ -55,7 +55,7 @@ func serveGames(gameServer GameServer) {
type stompGameStart struct {
Type string `json:"type"`
- GameId int64 `json:"gameid"`
+ GameId int64 `json:"gameId"`
}
func (games GameServer) AddGame(x, y int, stompConnection *extStomp.Conn) *Game {