mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
/bending give works properly
Fixes: http://projectkorra.com/threads/bending-give-not-giving-hooks.506/
This commit is contained in:
parent
01bbfc4eb2
commit
c133a6ed5b
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@ public class Commands {
|
|||
* bending give [Player] grapplinghook [# of Uses]
|
||||
*/
|
||||
|
||||
if (args.length != 3) {
|
||||
s.sendMessage(ChatColor.GOLD + "Proper Usage: /bending give GrapplingHook <#OfUses>");
|
||||
if (args.length != 4) {
|
||||
s.sendMessage(ChatColor.GOLD + "Proper Usage: /bending give [Player] GrapplingHook <#OfUses>");
|
||||
return true;
|
||||
}
|
||||
int uses;
|
||||
|
|
Loading…
Reference in a new issue