summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/chat/Chat.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/redstoner/modules/chat/Chat.cmd')
-rw-r--r--src/main/java/com/redstoner/modules/chat/Chat.cmd10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/com/redstoner/modules/chat/Chat.cmd b/src/main/java/com/redstoner/modules/chat/Chat.cmd
index d51d56b..fcd91fc 100644
--- a/src/main/java/com/redstoner/modules/chat/Chat.cmd
+++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd
@@ -89,8 +89,10 @@ command chatonly {
}
}
-command resetchatformating {
- run resetformating;
- help Resets the formatting to defaults.;
- type console;
+command resetchatformatting {
+ [empty] {
+ run reset_formatting;
+ help Resets the formatting to defaults.;
+ type console;
+ }
}