Сloses #54; Метод [getMaxWeight()] вместо конструкции из метода и математики [getStrength() * 4]; Очистка неиспользуемых методов класса.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ function get_meshok(): object
|
||||
$stat = new UserInfo(User::$current->getId());
|
||||
return (object)[
|
||||
'currentweight' => $allweight->items_weight_sum,
|
||||
'maxweight' => $stat->getStat('strength') * 4 + $allweight->items_weight_sum,
|
||||
'maxweight' => $stat->getMaxWeight() + $allweight->items_weight_sum,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user