menumanager: Actually remove menu options

This commit is contained in:
Max Weber
2018-03-24 09:16:21 -04:00
committed by Adam
parent a71bec83f8
commit 7f64f93bb0
@@ -93,7 +93,7 @@ public class MenuManager
public void removeNpcMenuOption(String option)
{
npcMenuOptions.remove(npcMenuOptions);
npcMenuOptions.remove(option);
// remove this option from all npc compositions
Client client = clientProvider.get();