project(api): MOC oopsie

This commit is contained in:
Owain van Brakel
2022-04-23 12:00:23 +02:00
parent 5a4ffe17b4
commit bf6a9e140b

View File

@@ -105,7 +105,7 @@ public class MenuOptionClicked
public void setMenuTarget(String menuTarget) public void setMenuTarget(String menuTarget)
{ {
menuEntry.setOption(menuTarget); menuEntry.setTarget(menuTarget);
} }
/** /**