Commit 1252a91f authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed bug in getWhoToPlay

parent 26fa65ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {