Removed unused CustomNpcBufferTables config.

This commit is contained in:
MobiusDev 2018-05-05 14:21:33 +00:00
parent 0e399f51a5
commit 2881989633
2 changed files with 0 additions and 5 deletions

View File

@ -669,9 +669,6 @@ CustomNpcData = True
# Default: False
CustomTeleportTable = True
# Default: False
CustomNpcBufferTables = True
# Default: False
CustomSkillsLoad = True

View File

@ -657,7 +657,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;
@ -2152,7 +2151,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);