more logs on tictactoe
This commit is contained in:
parent
11bd6ffcc4
commit
14a241fcec
|
@ -71,7 +71,7 @@ switch ($_POST['act']){
|
|||
);
|
||||
|
||||
|
||||
$tempPlayer = get_IA_Response($botUrl,$paramsToSend);
|
||||
$tempPlayer = get_IA_Response($playerURL,$paramsToSend);
|
||||
if(isset($tempPlayer['responseArr']['play'])){
|
||||
$playerResponse = $tempPlayer['responseArr']['play'];
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue
Block a user