mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Change canBend to canBind
This commit is contained in:
parent
2af7587080
commit
9967d46fb1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class BendingTabComplete implements TabCompleter
|
|||
if (args.length == 2)
|
||||
{
|
||||
for (String abil : AbilityModuleManager.abilities) {
|
||||
if (GeneralMethods.canBend(sender.getName(), abil)) {
|
||||
if (GeneralMethods.canBind(sender.getName(), abil)) {
|
||||
abilities.add(abil);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue