Remove weight check, already know it's correct.
This commit is contained in:
parent
b2d1f9014f
commit
0b5bdcb59c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue