From 5148d76f9f5fc55cb52a3bb37632f59e74ff8e9e Mon Sep 17 00:00:00 2001 From: P0nk Date: Tue, 22 Jul 2025 14:18:32 +0200 Subject: [PATCH] Remove custom NPC script: T-1337 shop --- scripts/npc/9201101.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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(); }