From c71b4f83abb2697781f8e6eafa8ad35f924fbdf7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:25:13 +0800 Subject: many changes (will list in a bit) --- features/improvements/index.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'features/improvements') diff --git a/features/improvements/index.js b/features/improvements/index.js index c2b098a..fa573af 100644 --- a/features/improvements/index.js +++ b/features/improvements/index.js @@ -20,18 +20,11 @@ class Improvements extends Feature { ChatLib.chat(color + "&m" + ChatLib.getChatBreak(" ") + "&r"); } }).trigger.triggerIfCanceled(false) - - this.registerCommand("warp", (...args)=>{ - if(args[0] === "dung") args[0] = "dungeon_hub" - - ChatLib.command("warp " + args.join(" ")) - }) this.registerCommand("dung", (...args)=>{ ChatLib.command("warp dungeon_hub") }) } - initVariables(){ this.betterLineBreaks = undefined } -- cgit