diff --git a/src/arenas/connectFour/public.php b/src/arenas/connectFour/public.php index de1f375..3f6c6cb 100644 --- a/src/arenas/connectFour/public.php +++ b/src/arenas/connectFour/public.php @@ -2,14 +2,7 @@ require_once(__DIR__."/functions.php"); $bots=get_Bots_Array('connectFour'); -$postParams=get_Post_Params(count($bots)); -if(!$postParams){ - $bot1=""; - $bot2=""; -}else{ - $bot1=$postParams['bot1']; - $bot2=$postParams['bot2']; -} + ?>