This commit is contained in:
Bella 2020-02-06 22:46:54 -05:00
parent 43d93dff77
commit 7c43f03aaf
1 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import net.minecraft.util.text.TextFormatting;
/** /**
* @author S-B99 * @author S-B99
* Updated by S-B99 on 28/01/20 * Updated by S-B99 on 06/02/20
*/ */
@Module.Info(name = "ChatTimestamp", category = Module.Category.MISC) @Module.Info(name = "ChatTimestamp", category = Module.Category.MISC)
public class ChatTimestamp extends Module { public class ChatTimestamp extends Module {
@ -39,6 +39,4 @@ public class ChatTimestamp extends Module {
Command.sendRawChatMessage("<" + TimeUtil.getFinalTime(secondColour.getValue(), firstColour.getValue(), timeUnitSetting.getValue(), timeTypeSetting.getValue()) + TextFormatting.RESET + "> " + message); Command.sendRawChatMessage("<" + TimeUtil.getFinalTime(secondColour.getValue(), firstColour.getValue(), timeUnitSetting.getValue(), timeTypeSetting.getValue()) + TextFormatting.RESET + "> " + message);
return true; return true;
} }
} }