if 2 redeem commands have the same name (for the same redeem), and one is disabled and the other enabled, its possible that the command check will find the disabled command first and then stop looking. .FirstorDefault()
MIU will look for the first command with that name and then stop looking, doesnt matter if its enabled or disabled. So i guess its finding the disabled one first before the enabled one and stops looking at the rest of the redeems
if 2 redeem commands have the same name (for the same redeem), and one is disabled and the other enabled, its possible that the command check will find the disabled command first and then stop looking. .FirstorDefault()
MIU will look for the first command with that name and then stop looking, doesnt matter if its enabled or disabled. So i guess its finding the disabled one first before the enabled one and stops looking at the rest of the redeems