fix php lis of availabes bots on battleship arena

This commit is contained in:
Gnieark 2015-12-11 12:16:17 +01:00
parent c886d8983a
commit 82790c37d0

View File

@ -1,7 +1,7 @@
<?php <?php
require_once(__DIR__."/functions.php"); require_once(__DIR__."/functions.php");
$bots=get_Bots_Array('"Battleship'); $bots=get_Bots_Array('Battleship');
$postParams=get_Post_Params(count($bots)); $postParams=get_Post_Params(count($bots));
if(!$postParams){ if(!$postParams){
$bot1=""; $bot1="";