Fix some messages

Addresses BUKKIT-5272, BUKKIT-5282, and BUKKIT-5283
This commit is contained in:
Wesley Wolfe
2014-01-06 14:08:05 -06:00
parent 10d8fe58d3
commit ccc56c8f7e
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import com.google.common.collect.ImmutableList;
public class SayCommand extends VanillaCommand {
public SayCommand() {
super("say");
this.description = "Broadcasts the given message as the console";
this.description = "Broadcasts the given message as the sender";
this.usageMessage = "/say <message ...>";
this.setPermission("bukkit.command.say");
}