summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinenash <minenash@protonmail.com>2019-01-10 17:29:02 -0500
committerGitHub <noreply@github.com>2019-01-10 17:29:02 -0500
commit232193119940e1be70420091b6a797d1cd6a3e1f (patch)
tree9fd29940266d8a92845595c550f402c97aa3ce76
parent9b405ff01b99c9159ac9fad8494b550765d07067 (diff)
parentfeeb6dd961aeffab8e85e4785efe37f8f9d8b9be (diff)
Merge PR #40 from Aberdeener [Spelling Fix in Chat's Command File]
Update Chat.cmd
-rw-r--r--src/main/java/com/redstoner/modules/chat/Chat.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/redstoner/modules/chat/Chat.cmd b/src/main/java/com/redstoner/modules/chat/Chat.cmd
index 339e128..48d3983 100644
--- a/src/main/java/com/redstoner/modules/chat/Chat.cmd
+++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd
@@ -84,7 +84,7 @@ command chatonly {
perm utilschat.chatonly;
[empty] {
run chatonly;
- help Shows that you're onlu able to chat, nothing else.;
+ help Shows that you're only able to chat, nothing else.;
type player;
}
-} \ No newline at end of file
+}