From e6237d68d0c7da55654f59ec32c45b6c2178de5d Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 4 Oct 2020 13:12:47 +0200 Subject: [PATCH] Also remove BungeePerms from the config --- .../main/java/com/plotsquared/core/configuration/Settings.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index 81ac560bf..9e98808c2 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -268,8 +268,6 @@ public class Settings extends Config { public static boolean SERVICE_BUKKIT = true; @Comment("Whether the EssentialsX service is enabled") public static boolean SERVICE_ESSENTIALSX = true; - @Comment("Whether the BungeePerms service is enabled") - public static boolean SERVICE_BUNGEE_PERMS = true; }