diff --git a/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java b/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java index deb7c31bb9..d184233365 100644 --- a/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java +++ b/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java @@ -15,6 +15,7 @@ public enum Gamemode { KING_OF_THE_HILL("koth"), KING_OF_THE_FLAG("kotf"), MIXED("mixed"), + PAYLOAD("pd"), RAGE("rage"), RACE_FOR_WOOL("rfw"), SCOREBOX("scorebox"), diff --git a/util/src/main/i18n/templates/gamemode.properties b/util/src/main/i18n/templates/gamemode.properties index cb4828f078..c7ec48a91f 100644 --- a/util/src/main/i18n/templates/gamemode.properties +++ b/util/src/main/i18n/templates/gamemode.properties @@ -20,6 +20,8 @@ gamemode.cp.name = Control the Point gamemode.koth.name = King of the Hill +gamemode.pd.name = Payload + gamemode.blitz.name = Blitz gamemode.rage.name = Rage @@ -60,6 +62,8 @@ gamemode.cp.acronym = CP gamemode.koth.acronym = KotH +gamemode.pd.acronym = PD + gamemode.blitz.acronym = Blitz gamemode.rage.acronym = Rage