/bending give works properly

Fixes:
http://projectkorra.com/threads/bending-give-not-giving-hooks.506/
This commit is contained in:
MistPhizzle 2014-11-15 10:12:13 -05:00
parent 01bbfc4eb2
commit c133a6ed5b

View file

@ -264,8 +264,8 @@ public class Commands {
* bending give [Player] grapplinghook [# of Uses] * bending give [Player] grapplinghook [# of Uses]
*/ */
if (args.length != 3) { if (args.length != 4) {
s.sendMessage(ChatColor.GOLD + "Proper Usage: /bending give GrapplingHook <#OfUses>"); s.sendMessage(ChatColor.GOLD + "Proper Usage: /bending give [Player] GrapplingHook <#OfUses>");
return true; return true;
} }
int uses; int uses;