diff --git a/pom.xml b/pom.xml index 1b965d9..ef10d4b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.palmergames.bukkit TownyChat jar - 0.113 + 0.114 diff --git a/resources/changelog.txt b/resources/changelog.txt index f2bd366..e928775 100644 --- a/resources/changelog.txt +++ b/resources/changelog.txt @@ -486,4 +486,6 @@ v0.112: - Fix local channel having default: true, enable upper-case channel names. v0.113: - Fix channelTag not parsing properly. - - Closes https://github.com/TownyAdvanced/Towny/issues/7239. \ No newline at end of file + - Closes https://github.com/TownyAdvanced/Towny/issues/7239. +v0.114: + - Actually fix {channelTag} not parsing properly. \ No newline at end of file diff --git a/src/com/palmergames/bukkit/TownyChat/config/ChannelsSettings.java b/src/com/palmergames/bukkit/TownyChat/config/ChannelsSettings.java index a44b1bb..9452701 100644 --- a/src/com/palmergames/bukkit/TownyChat/config/ChannelsSettings.java +++ b/src/com/palmergames/bukkit/TownyChat/config/ChannelsSettings.java @@ -26,7 +26,7 @@ public class ChannelsSettings { private static CommentedConfiguration channelConfig, newChannelConfig; private final static List DEFAULT_CHANNELS = Arrays.asList("general","town","nation","alliance","admin","mod","local"); - private static final String CHANNEL_TAG = "channelTag"; + private static final String CHANNEL_TAG = "channeltag"; private static final String SPAM_TIME = "spam_time"; private static final String RANGE = "range"; private static final String DEFAULT = "default";