mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 00:15:05 +00:00
Added missing help message
This commit is contained in:
parent
7e4a742fa1
commit
d811ecd575
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ public class Commands {
|
||||||
s.sendMessage(ChatColor.YELLOW + "/bending remove [Player]");
|
s.sendMessage(ChatColor.YELLOW + "/bending remove [Player]");
|
||||||
s.sendMessage(ChatColor.YELLOW + "/bending toggle");
|
s.sendMessage(ChatColor.YELLOW + "/bending toggle");
|
||||||
s.sendMessage(ChatColor.YELLOW + "/bending version");
|
s.sendMessage(ChatColor.YELLOW + "/bending version");
|
||||||
|
s.sendMessage(ChatColor.YELLOW + "/bending who");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (!s.hasPermission("bending.command.help")) {
|
if (!s.hasPermission("bending.command.help")) {
|
||||||
|
|
Loading…
Reference in a new issue