Dropped CustomNpcBufferTables config.
This commit is contained in:
parent
353eb23aa8
commit
26b1a714b1
@ -657,9 +657,6 @@ CustomNpcData = True
|
||||
# Default: False
|
||||
CustomTeleportTable = True
|
||||
|
||||
# Default: False
|
||||
CustomNpcBufferTables = True
|
||||
|
||||
# Default: False
|
||||
CustomSkillsLoad = True
|
||||
|
||||
|
@ -537,7 +537,6 @@ public final class Config
|
||||
public static boolean JAIL_DISABLE_TRANSACTION;
|
||||
public static boolean CUSTOM_NPC_DATA;
|
||||
public static boolean CUSTOM_TELEPORT_TABLE;
|
||||
public static boolean CUSTOM_NPCBUFFER_TABLES;
|
||||
public static boolean CUSTOM_SKILLS_LOAD;
|
||||
public static boolean CUSTOM_ITEMS_LOAD;
|
||||
public static boolean CUSTOM_MULTISELL_LOAD;
|
||||
@ -1744,7 +1743,6 @@ public final class Config
|
||||
JAIL_DISABLE_TRANSACTION = General.getBoolean("JailDisableTransaction", false);
|
||||
CUSTOM_NPC_DATA = General.getBoolean("CustomNpcData", false);
|
||||
CUSTOM_TELEPORT_TABLE = General.getBoolean("CustomTeleportTable", false);
|
||||
CUSTOM_NPCBUFFER_TABLES = General.getBoolean("CustomNpcBufferTables", false);
|
||||
CUSTOM_SKILLS_LOAD = General.getBoolean("CustomSkillsLoad", false);
|
||||
CUSTOM_ITEMS_LOAD = General.getBoolean("CustomItemsLoad", false);
|
||||
CUSTOM_MULTISELL_LOAD = General.getBoolean("CustomMultisellLoad", false);
|
||||
|
Loading…
Reference in New Issue
Block a user