menumanager: Actually remove menu options

This commit is contained in:
Max Weber
2018-03-23 22:19:14 -06:00
committed by Adam
parent a71bec83f8
commit 7f64f93bb0

View File

@@ -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();