From 814c7c3801b1b3029496779c0c6bcd9ef666b97e Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 19 Jun 2016 21:25:21 +0200 Subject: [PATCH] . --- 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 c180bf8..d83a00c 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -111,7 +111,7 @@ switch ($_POST['act']){ 'game-id' => $_SESSION['matchId'], 'game' => 'battleship', 'action' => 'init', - 'players' => 2 + 'players' => 2, 'player-index' => $player -1, 'board' => array( 'opponent' => $opponentName,