From 2954a93b4ddab66c6386ae58448fce1853a3c07a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 2 Jan 2025 12:14:18 +0100 Subject: [PATCH] Fix spotter oopsie --- Modules/Spotter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Spotter.lua b/Modules/Spotter.lua index efbc2de..99ea039 100644 --- a/Modules/Spotter.lua +++ b/Modules/Spotter.lua @@ -84,9 +84,9 @@ function shared.Spotter.Init() local stinky = Heimdall_Data.config.stinkies[name] or false local text = string.format("I see (%s) %s/%s %s of race %s (%s) with health %s/%s at %s", hostile and "Hostile" or "Friendly", - stinky and string.format("(%s)", "!!!!") or "", name, class, + stinky and string.format("(%s)", "!!!!") or "", race, faction, FormatHP(hp),