diff --git a/ttt_interface/ttt.cpp b/ttt_interface/ttt.cpp index abd650eca70de3d7172aa340e2e2bf8d1faa9c51..0a401ae5c78202e1e029d0c98755aa470573d2e8 100644 --- a/ttt_interface/ttt.cpp +++ b/ttt_interface/ttt.cpp @@ -168,7 +168,7 @@ GAME_CODE newGame(PLAYER_CODE xPlayerCode, PLAYER_CODE yPlayerCode) { } SQUARE getWhoToPlay(GAME_CODE theGameCode) { - return requestTTT("gameSide.pl")[0]; + return requestTTT("getGameSide.pl?gameCode="+theGameCode)[0]; } string getModTime(GAME_CODE theGameCode) {