Fixed location board buttons not being disabled despite looking disabled.
This commit is contained in:
parent
726af71fa4
commit
9129164123
@ -52,7 +52,7 @@ public class HostCardRecoverTheLootInterface : HostCardInterfaceBase
|
|||||||
|
|
||||||
for (int i = 0; i < ChoiceButtons.Length; i++)
|
for (int i = 0; i < ChoiceButtons.Length; i++)
|
||||||
{
|
{
|
||||||
ChoiceButtons[i].enabled = !_DisabledButtons[i];
|
ChoiceButtons[i].enabled = !_DisabledButtons[i] && Activate;
|
||||||
if (Activate)
|
if (Activate)
|
||||||
_SetActiveButtonColour(i, _DisabledButtons[i]);
|
_SetActiveButtonColour(i, _DisabledButtons[i]);
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user