Fixed OutPut Error Code By Renaming Run Method
This commit is contained in:
parent
8697de9e85
commit
cbf4467f84
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user