Reset player menu types whenever the options are changed
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user