From 52ab6720546d55eec1744f2040b0b8a96b4f2ebb Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 12 Dec 2015 10:34:45 +0100 Subject: [PATCH] fix PHP parse error --- src/arenas/Battleship/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 621e970..2519f84 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -54,7 +54,7 @@ switch ($_POST['act']){ } } if ((!$bot1Exists) OR (!$bot2Exists)){ - error (500,"missing parameter"; + error (500,"missing parameter"); } //vars checked, lets init the initGame