/bending give is case insensitive.

This commit is contained in:
MistPhizzle 2014-09-07 21:02:24 -04:00
parent d5f78d4583
commit 7ededcf364

View file

@ -239,7 +239,7 @@ public class Commands {
return true;
}
if (Arrays.asList(grapplinghookaliases).contains(args[2])) {
if (Arrays.asList(grapplinghookaliases).contains(args[2].toLowerCase())) {
/*
* They are spawning in a grappling hook.
* bending give [Player] grapplinghook [# of Uses]