This commit is contained in:
Gnieark 2015-11-30 22:31:21 +01:00
parent c1e4e36f2f
commit faaececcf1

View File

@ -22,7 +22,7 @@ function get_Bots_Array($arena,$activeOnly=true){
'name'=> $r[1],
'url' => $r[2],
'description' => $r[3]
)
);
}
return $bots;
}