This commit is contained in:
2025-03-08 00:04:25 +01:00
parent 9224dda060
commit e4b069c57c
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.175",
"version": "1.176",
"build": 0,
"date": 0
}