Indicate help is a command. Fixes BUKKIT-4642
This commit is contained in:
parent
720a8d706a
commit
93cfe3961f
@ -524,7 +524,11 @@ public final class CraftServer implements Server {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
sender.sendMessage("Unknown command. Type \"/help\" for help.");
|
||||||
|
} else {
|
||||||
sender.sendMessage("Unknown command. Type \"help\" for help.");
|
sender.sendMessage("Unknown command. Type \"help\" for help.");
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user