Update tictactoe.php

This commit is contained in:
Gnieark 2016-05-31 13:28:25 +02:00
parent 1c9fa1db0c
commit 4afea9e2db

View File

@ -77,4 +77,4 @@ if(!isset($hisSymbol)){
}
echo '{"play":"'.choose_better_cell($message['board'],$message['you'], $hisSymbol,9 - $freeCells).'"}';
echo '{"play":"'.choose_better_cell($message['board'],$message['you'], $hisSymbol,9 - $freeCells)[0].'"}';