Remove weight check, already know it's correct.

This commit is contained in:
Matthew Stratford 2021-05-05 23:36:24 +01:00
parent b2d1f9014f
commit 0b5bdcb59c

View file

@ -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