diff --git a/src/arenas/tictactoe/functions.php b/src/arenas/tictactoe/functions.php index 8b713c9..3706983 100644 --- a/src/arenas/tictactoe/functions.php +++ b/src/arenas/tictactoe/functions.php @@ -49,5 +49,6 @@ function get_IA_Response($iaUrl,$postParams){ ); $output= curl_exec($ch); curl_close($ch); + echo $output; return json_decode($output,TRUE); } \ No newline at end of file