Reset player menu types whenever the options are changed

This commit is contained in:
Adam
2018-03-10 21:17:59 -05:00
parent 24abe9b5d1
commit 14299f543d
2 changed files with 26 additions and 0 deletions

View File

@@ -210,6 +210,15 @@ public enum MenuAction
*/
WIDGET_FIFTH_OPTION(43),
PLAYER_FIRST_OPTION(44),
PLAYER_SECOND_OPTION(45),
PLAYER_THIRD_OPTION(46),
PLAYER_FOURTH_OPTION(47),
PLAYER_FIFTH_OPTION(48),
PLAYER_SIXTH_OPTION(49),
PLAYER_SEVENTH_OPTION(50),
PLAYER_EIGTH_OPTION(51),
/**
* Default menu action for a widget.
*/