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