diff --git a/scripts/npc/9201101.js b/scripts/npc/9201101.js index d792fc5bd2..32eee0a223 100644 --- a/scripts/npc/9201101.js +++ b/scripts/npc/9201101.js @@ -4,13 +4,6 @@ */ function start() { - const YamlConfig = Java.type('config.YamlConfig'); - if (YamlConfig.config.server.USE_ENABLE_CUSTOM_NPC_SCRIPT) { - cm.openShopNPC(9201101); - } else { - //cm.sendOk("The patrol in New Leaf City is always ready. No creatures are able to break through to the city."); - cm.sendDefault(); - } - + cm.sendDefault(); cm.dispose(); }