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 = ';';