log
This commit is contained in:
@@ -306,7 +306,7 @@ class Manager extends IPSModule
|
||||
|
||||
// Sortiere die Schritte nach Größe
|
||||
usort($allSteps, function ($a, $b) {
|
||||
return $b["step"] <=> $a["step"];
|
||||
return $a["step"] <=> $b["step"];
|
||||
});
|
||||
|
||||
|
||||
@@ -324,6 +324,7 @@ class Manager extends IPSModule
|
||||
}
|
||||
|
||||
}
|
||||
$remainingPower = $remainingPower *-1;
|
||||
|
||||
|
||||
// Prüfen, dass jeder User mindestens seinen minimalwert an Leistung bekommt
|
||||
|
||||
Reference in New Issue
Block a user