no message

This commit is contained in:
2025-08-06 15:47:45 +02:00
parent 37c22ae8f8
commit 7d846e2c6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ class HauptManager extends IPSModule
//$schreibleistung = max($leistung, $minimalleistung);
if (abs($leistung["Set_Leistung"]) > abs($minimalleistung)) {
$leistung = $leistung["Set_Leistung"]*-1;
$leistung = $leistung["Set_Leistung"];
} else {
$leistung = $minimalleistung;
}