From 58e7b0596e89c54bb59c777d4744c53bacf202bb Mon Sep 17 00:00:00 2001 From: Daniel Nagel Date: Wed, 18 Mar 2026 07:22:42 +0100 Subject: [PATCH] =?UTF-8?q?tzeenth=20Regel=20noch=20AUS.=20F=C3=BCr=20den?= =?UTF-8?q?=20Moment.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- match_calculations/calculation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/match_calculations/calculation.py b/match_calculations/calculation.py index e0ed11b..4444bb3 100644 --- a/match_calculations/calculation.py +++ b/match_calculations/calculation.py @@ -74,4 +74,4 @@ def tzeentch_scemes(system_id, winner_score, looser_score): bonus = int(((max_score*(winner_score-looser_score)))/(max_score*1.1)) #Multiplikatiionsfaktor für die Berechnung. - return bonus + return 0 -- 2.43.0