From 0b5bdcb59ce02fed54907f06b42e82f38f4796f7 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 5 May 2021 23:36:24 +0100 Subject: [PATCH] Remove weight check, already know it's correct. --- player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.py b/player.py index 0cc0e86..05246bb 100644 --- a/player.py +++ b/player.py @@ -359,7 +359,7 @@ class Player: # So we'll want to update the weight. # We're removing the loaded item from the channel. - if loaded_item.weight == weight: + #if loaded_item.weight == weight: loaded_item.weight = -1