Dropped ManaPotion item handler and config.
This commit is contained in:
@@ -757,7 +757,6 @@ public final class Config
|
||||
public static int OFFLINE_NAME_COLOR;
|
||||
public static boolean OFFLINE_FAME;
|
||||
public static boolean STORE_OFFLINE_TRADE_IN_REALTIME;
|
||||
public static boolean L2JMOD_ENABLE_MANA_POTIONS_SUPPORT;
|
||||
public static boolean L2JMOD_DISPLAY_SERVER_TIME;
|
||||
public static boolean WELCOME_MESSAGE_ENABLED;
|
||||
public static String WELCOME_MESSAGE_TEXT;
|
||||
@@ -2459,8 +2458,6 @@ public final class Config
|
||||
OFFLINE_DISCONNECT_FINISHED = CustomSettings.getBoolean("OfflineDisconnectFinished", true);
|
||||
STORE_OFFLINE_TRADE_IN_REALTIME = CustomSettings.getBoolean("StoreOfflineTradeInRealtime", true);
|
||||
|
||||
L2JMOD_ENABLE_MANA_POTIONS_SUPPORT = CustomSettings.getBoolean("EnableManaPotionSupport", false);
|
||||
|
||||
L2JMOD_DISPLAY_SERVER_TIME = CustomSettings.getBoolean("DisplayServerTime", false);
|
||||
|
||||
WELCOME_MESSAGE_ENABLED = CustomSettings.getBoolean("ScreenWelcomeMessageEnable", false);
|
||||
|
Reference in New Issue
Block a user