From f35ac0139943666234c21b58a8de6bd4b3925726 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 29 Mar 2024 23:30:44 +0800 Subject: [PATCH] Remove rakamak converter settings --- .../settings/properties/ConverterSettings.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/ConverterSettings.java b/src/main/java/fr/xephi/authme/settings/properties/ConverterSettings.java index 451c9c24..2f677827 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/ConverterSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/ConverterSettings.java @@ -8,19 +8,6 @@ import ch.jalu.configme.properties.Property; import static ch.jalu.configme.properties.PropertyInitializer.newProperty; public final class ConverterSettings implements SettingsHolder { - - @Comment("Rakamak file name") - public static final Property RAKAMAK_FILE_NAME = - newProperty("Converter.Rakamak.fileName", "users.rak"); - - @Comment("Rakamak use IP?") - public static final Property RAKAMAK_USE_IP = - newProperty("Converter.Rakamak.useIP", false); - - @Comment("Rakamak IP file name") - public static final Property RAKAMAK_IP_FILE_NAME = - newProperty("Converter.Rakamak.ipFileName", "UsersIp.rak"); - @Comment("CrazyLogin database file name") public static final Property CRAZYLOGIN_FILE_NAME = newProperty("Converter.CrazyLogin.fileName", "accounts.db");