menumanager: adds option to hide entries and switched to

Collection.removeIf() when removing entries from sets
This commit is contained in:
7ate9
2019-06-08 23:56:39 -04:00
parent 837be0633d
commit c5f063ee1b

View File

@@ -824,7 +824,6 @@ public class MenuManager
hiddenEntries.add(entry);
}
public void removeHiddenEntry(String option, String target, boolean strictOption, boolean strictTarget)
{
option = Text.standardize(option);