menumanager: adds option to hide entries and switched to
Collection.removeIf() when removing entries from sets
This commit is contained in:
@@ -824,7 +824,6 @@ public class MenuManager
|
|||||||
hiddenEntries.add(entry);
|
hiddenEntries.add(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void removeHiddenEntry(String option, String target, boolean strictOption, boolean strictTarget)
|
public void removeHiddenEntry(String option, String target, boolean strictOption, boolean strictTarget)
|
||||||
{
|
{
|
||||||
option = Text.standardize(option);
|
option = Text.standardize(option);
|
||||||
|
|||||||
Reference in New Issue
Block a user