diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 1184ccd..91b8742 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -31,7 +31,7 @@ switch ($_POST['act']){ OR ($value > $p[2]) ) { - error(500,'wrong parameters'); + error(500,'wrong parameters 1'); die; } $postValues[$p[0]]=$value;