Remove ITEM_DROP menu action

It is identical to ITEM_FIFTH_OPTION and of() was returning only ITEM_DROP,
which made ITEM_FIFTH_OPTION useless
This commit is contained in:
Adam
2020-12-19 13:56:53 -05:00
parent eafaaec07d
commit 5dc5adc01f
4 changed files with 1 additions and 7 deletions

View File

@@ -186,10 +186,6 @@ public enum MenuAction
* Fifth menu action for an item.
*/
ITEM_FIFTH_OPTION(37),
/**
* Menu action to drop an item (identical to ITEM_FIFTH_OPTION).
*/
ITEM_DROP(37),
/**
* Menu action to use an item.
*/