aboutsummaryrefslogtreecommitdiff
path: root/features/hud/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/hud/index.js')
-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 ")
}
}