diff --git a/src/arenas/connectFour/public.php b/src/arenas/connectFour/public.php index 953f03c..0ff01cf 100644 --- a/src/arenas/connectFour/public.php +++ b/src/arenas/connectFour/public.php @@ -2,15 +2,6 @@ require_once(__DIR__."/functions.php"); $bots=get_Bots_Array('connectFou'); -$postParams=get_Post_Params(count($bots)); - -if(!$postParams){ - $bot1=""; - $bot2=""; -}else{ - $bot1=$postParams['bot1']; - $bot2=$postParams['bot2']; -} ?>
@@ -19,12 +10,7 @@ if(!$postParams){ @@ -32,11 +18,7 @@ if(!$postParams){