Custom Community Board support.
This commit is contained in:
@@ -817,6 +817,7 @@ public final class Config
|
||||
public static int SHOP_MIN_RANGE_FROM_NPC;
|
||||
public static int SHOP_MIN_RANGE_FROM_PLAYER;
|
||||
public static boolean FREE_JUMPS_FOR_ALL;
|
||||
public static boolean CUSTOM_CB_ENABLED;
|
||||
|
||||
// --------------------------------------------------
|
||||
// NPC Settings
|
||||
@@ -2606,6 +2607,8 @@ public final class Config
|
||||
|
||||
FREE_JUMPS_FOR_ALL = CustomSettings.getBoolean("FreeJumpsForAll", false);
|
||||
|
||||
CUSTOM_CB_ENABLED = CustomSettings.getBoolean("CustomCommunityBoard", false);
|
||||
|
||||
// Load PvP L2Properties file (if exists)
|
||||
final PropertiesParser PVPSettings = new PropertiesParser(PVP_CONFIG_FILE);
|
||||
|
||||
|
Reference in New Issue
Block a user