diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 18:52:54 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 18:52:54 +0800 |
commit | 6290933b070556ddee12c870da6bf8527e5bfac5 (patch) | |
tree | 77852301d7c9c4731bf93560827b016a69abc369 /features/events | |
parent | fd688bdd9c861a918359c1cc56786b2739510a3c (diff) | |
download | SoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.tar.gz SoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.tar.bz2 SoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.zip |
+ chat feedback for /sethubwarp
Diffstat (limited to 'features/events')
-rw-r--r-- | features/events/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js index 0924de1..2ed8003 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -115,6 +115,7 @@ class Events extends Feature { this.registerCommand("sethubwarp", () => { warpData.worldload = [Player.getX(), Player.getY(), Player.getZ()] + ChatLib.chat(this.FeatureManager.messagePrefix + "Set /hub location!") }) } |