fix php lis of availabes bots on battleship arena
This commit is contained in:
parent
c886d8983a
commit
82790c37d0
|
@ -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="";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user