mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
/bending give is case insensitive.
This commit is contained in:
parent
d5f78d4583
commit
7ededcf364
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ public class Commands {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Arrays.asList(grapplinghookaliases).contains(args[2])) {
|
if (Arrays.asList(grapplinghookaliases).contains(args[2].toLowerCase())) {
|
||||||
/*
|
/*
|
||||||
* They are spawning in a grappling hook.
|
* They are spawning in a grappling hook.
|
||||||
* bending give [Player] grapplinghook [# of Uses]
|
* bending give [Player] grapplinghook [# of Uses]
|
||||||
|
|
Loading…
Reference in a new issue