summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--worker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker.py b/worker.py
index 4c88f30..520d9fa 100644
--- a/worker.py
+++ b/worker.py
@@ -262,8 +262,8 @@ def process():
# calculate TrueSkill shared across all modes = starting point for all modes
if player.trueskill_mu is not None:
- sigma_shared = player.trueskill_mu
- mu_shared = player.trueskill_sigma
+ mu_shared = player.trueskill_mu
+ sigma_shared = player.trueskill_sigma
else:
# fallback 1 - approximate by max(ranked, blitz) points
rank_points = None