diff options
Diffstat (limited to 'features/hud/HudTextElement.js')
-rw-r--r-- | features/hud/HudTextElement.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/HudTextElement.js b/features/hud/HudTextElement.js index c5a0635..b56b350 100644 --- a/features/hud/HudTextElement.js +++ b/features/hud/HudTextElement.js @@ -46,7 +46,7 @@ class HudTextElement{ text = this.editTempTextV blackText = "&0" + ChatLib.removeFormatting(text) } - + if(ChatLib.removeFormatting(text) === ""){ text = "&0Empty string" blackText = "&0Empty string" |