aboutsummaryrefslogtreecommitdiff
path: root/features/hud
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-13 19:31:35 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-13 19:31:35 +0800
commit957eed606234a4bc5e1b847580000a583ab9ee5b (patch)
tree52dc09298d0506e05f76ab82a3e1fea3bbcacf69 /features/hud
parent68129573d5412314b1fecf5b3e576e68bc150ce2 (diff)
downloadSoopyV2-957eed606234a4bc5e1b847580000a583ab9ee5b.tar.gz
SoopyV2-957eed606234a4bc5e1b847580000a583ab9ee5b.tar.bz2
SoopyV2-957eed606234a4bc5e1b847580000a583ab9ee5b.zip
-dungeon map border and background
-guild event lb command (sbg event only)
Diffstat (limited to 'features/hud')
-rw-r--r--features/hud/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index b0995cb..823f489 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -520,7 +520,7 @@ class Hud extends Feature {
currentSong = "&cPaused"
}else{
if(song === "Spotify") song = "Advertisement"
- currentSong = "&a" + song.replace(" - "," &7-&b ")
+ currentSong = "&a" + song.replace(/&/g, "&⭍").replace(" - "," &7-&b ")
}
}