api: add league world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
This commit is contained in:
@@ -63,7 +63,11 @@ public enum WorldType
|
||||
/**
|
||||
* Deadman world type.
|
||||
*/
|
||||
DEADMAN(1 << 29);
|
||||
DEADMAN(1 << 29),
|
||||
/**
|
||||
* League world type
|
||||
*/
|
||||
LEAGUE(1 << 30);
|
||||
|
||||
private final int mask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user