Add Tournament world type
Fixes #4682 Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -55,6 +55,10 @@ public enum WorldType
|
||||
* Last man standing world type.
|
||||
*/
|
||||
LAST_MAN_STANDING(1 << 14),
|
||||
/**
|
||||
* Tournament world type.
|
||||
*/
|
||||
TOURNAMENT(1 << 25),
|
||||
/**
|
||||
* Deadman world type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user