aboutsummaryrefslogtreecommitdiff
path: root/features/improvements
diff options
context:
space:
mode:
Diffstat (limited to 'features/improvements')
-rw-r--r--features/improvements/index.js7
1 files changed, 0 insertions, 7 deletions
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
}