Fixed location board buttons not being disabled despite looking disabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user