diff --git a/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootInterface.cs b/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootInterface.cs index c974742..2ae3fff 100644 --- a/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootInterface.cs +++ b/Assets/UdonSharp/Host Card Interfaces/HostCardRecoverTheLootInterface.cs @@ -52,7 +52,7 @@ public class HostCardRecoverTheLootInterface : HostCardInterfaceBase for (int i = 0; i < ChoiceButtons.Length; i++) { - ChoiceButtons[i].enabled = !_DisabledButtons[i]; + ChoiceButtons[i].enabled = !_DisabledButtons[i] && Activate; if (Activate) _SetActiveButtonColour(i, _DisabledButtons[i]); else