menumanager: Actually remove menu options
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user