Autofix small errors
This commit is contained in:
@@ -55,7 +55,7 @@ class fbattle
|
||||
public $max = 70;
|
||||
public $err = '';
|
||||
|
||||
function fbattle($battle_id)
|
||||
function __construct($battle_id)
|
||||
{
|
||||
global $user, $_POST, $cavedata, $caverooms;
|
||||
$this->user = $user;
|
||||
@@ -1692,9 +1692,6 @@ class fbattle
|
||||
case "mech":
|
||||
$uron_vlad_me += $uid_1['mec'];
|
||||
break;
|
||||
default :
|
||||
0;
|
||||
break;
|
||||
}
|
||||
$mfs['me']['udar'] += $uron_vlad_me;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user