葡萄牙语-去除葡萄牙语区
This commit is contained in:
@@ -13,7 +13,6 @@ public enum PartitionEnum {
|
||||
CHINESE(4, "Asia/Hong_Kong", "中文区", "zh", Constant.ClanMode.CLAN_HALL),
|
||||
TURKEY(8, "Europe/Istanbul", "土耳其区", "tr", Constant.ClanMode.GUILD),
|
||||
ENGLISH2(16, "Asia/Manila", "英语2区", "en", Constant.ClanMode.GUILD),
|
||||
PORTUGUESE(32, "America/Sao_Paulo", "葡萄牙语区", "pr", Constant.ClanMode.GUILD),
|
||||
;
|
||||
|
||||
private final int id;
|
||||
@@ -35,8 +34,4 @@ public enum PartitionEnum {
|
||||
return ENGLISH.getId() == partitionId || ENGLISH2.getId() == partitionId;
|
||||
}
|
||||
|
||||
public static Boolean isEn2(int partitionId) {
|
||||
return ENGLISH2.getId() == partitionId;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user