mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +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]
|
* 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;
|
||||||
|
|
Loading…
Reference in a new issue