From 378545ab6d2aab0cc88f6ddfb3252bc942bec1b8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 6 Jul 2022 09:15:37 +0800 Subject: + crap tone of dungeonRoutes progress + added /snoopy and /snoopyv2 commands for pepegas + fix small bug with CH waypoints --- features/soopyGui/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/soopyGui') diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js index 1d4bc45..9579194 100644 --- a/features/soopyGui/index.js +++ b/features/soopyGui/index.js @@ -36,6 +36,8 @@ class SoopyGui extends Feature { this.registerCommand("soopyv2", this.openCommand) this.registerCommand("soopy", this.openCommand) + this.registerCommand("snoopyv2", this.openCommand) + this.registerCommand("snoopy", this.openCommand) this.mainWindowElement = new SoopyBoxElement().setLocation(0.25, 0.2, 0.5, 0.6) -- cgit