Remove custom NPC script: T-1337 shop
This commit is contained in:
@@ -4,13 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function start() {
|
function start() {
|
||||||
const YamlConfig = Java.type('config.YamlConfig');
|
cm.sendDefault();
|
||||||
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.dispose();
|
cm.dispose();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user