Also remove BungeePerms from the config

This commit is contained in:
Aurora 2020-10-04 13:12:47 +02:00 committed by Alexander Söderberg
parent 56e6922279
commit e6237d68d0

View File

@ -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;
}