Parcourir la source

gameid --> gameId

Ronald Peterson il y a 10 ans
Parent
commit
ec410ea453
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      games/gameserver.go

+ 1 - 1
games/gameserver.go

@@ -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 {