AutoUseSettingsHolder isEmpty should also check for actions.
This commit is contained in:
parent
ce582aef4a
commit
4744a3b86b
@ -55,6 +55,6 @@ public class AutoUseSettingsHolder
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty();
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty() && _autoActions.isEmpty();
|
||||
}
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ public class AutoUseSettingsHolder
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty();
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty() && _autoActions.isEmpty();
|
||||
}
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ public class AutoUseSettingsHolder
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty();
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty() && _autoActions.isEmpty();
|
||||
}
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ public class AutoUseSettingsHolder
|
||||
|
||||
public boolean isEmpty()
|
||||
{
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty();
|
||||
return _autoSupplyItems.isEmpty() && _autoPotionItems.isEmpty() && _autoSkills.isEmpty() && _autoActions.isEmpty();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user