Fixed OutPut Error Code By Renaming Run Method

This commit is contained in:
Driftay 2019-03-09 13:51:06 -05:00
parent 8697de9e85
commit cbf4467f84
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class UtilFly {
public static ArrayList<FPlayer> playersFlying = SavageFactions.playersFlying;
public static void call() {
public static void run() {
if (!SavageFactions.plugin.getConfig().getBoolean("enable-faction-flight"))
return;