Archived
0

Fixed typo

This commit is contained in:
Pepich
2017-07-10 15:50:14 +02:00
parent ffab2a460c
commit da813d9741

View File

@@ -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 \<message\> as well as a one char prefix or a toggle.
/** BuildTeamChat module. Allows the build team to chat privately using /bc \<message\> 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 = ';';