From da813d97418225c58894d8f35954cda89e7ca679 Mon Sep 17 00:00:00 2001 From: Pepich Date: Mon, 10 Jul 2017 15:50:14 +0200 Subject: [PATCH] Fixed typo --- src/com/redstoner/modules/buildchat/BuildChat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/redstoner/modules/buildchat/BuildChat.java b/src/com/redstoner/modules/buildchat/BuildChat.java index 7ef9fc9..77d90ac 100644 --- a/src/com/redstoner/modules/buildchat/BuildChat.java +++ b/src/com/redstoner/modules/buildchat/BuildChat.java @@ -20,11 +20,11 @@ import com.redstoner.misc.Main; import com.redstoner.misc.Utils; import com.redstoner.modules.Module; -/** AdminChat module. Allows the build team to chat privately using /bc \ as well as a one char prefix or a toggle. +/** BuildTeamChat module. Allows the build team to chat privately using /bc \ as well as a one char prefix or a toggle. * * @author Pepich */ @AutoRegisterListener -@Version(major = 2, minor = 0, revision = 0, compatible = 2) +@Version(major = 2, minor = 0, revision = 1, compatible = 2) public class BuildChat implements Module, Listener { private static final char defaultKey = ';';