Remove SEASONAL_DEADMAN world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
This commit is contained in:
@@ -67,11 +67,7 @@ public enum WorldType
|
||||
/**
|
||||
* Deadman world type.
|
||||
*/
|
||||
DEADMAN(1 << 29),
|
||||
/**
|
||||
* Seasonal deadman world type.
|
||||
*/
|
||||
SEASONAL_DEADMAN(1 << 30);
|
||||
DEADMAN(1 << 29);
|
||||
|
||||
private final int mask;
|
||||
|
||||
@@ -83,8 +79,7 @@ public enum WorldType
|
||||
private static final EnumSet<WorldType> PVP_WORLD_TYPES = EnumSet.of(
|
||||
DEADMAN,
|
||||
DEADMAN_TOURNAMENT,
|
||||
PVP,
|
||||
SEASONAL_DEADMAN
|
||||
PVP
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user