WorldType: Make PVP_WORLD_TYPES final

This commit is contained in:
Jordan Atwood
2018-12-08 17:41:12 -08:00
parent c5bb84a57b
commit 14a4eacee3

View File

@@ -76,7 +76,7 @@ public enum WorldType
this.mask = mask;
}
private static EnumSet<WorldType> PVP_WORLD_TYPES = EnumSet.of(
private static final EnumSet<WorldType> PVP_WORLD_TYPES = EnumSet.of(
DEADMAN,
PVP,
PVP_HIGH_RISK,