From be5f8c264f4b9eb3a0c8d73b9a744035e5190be3 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 12 Dec 2024 14:47:40 +0100 Subject: [PATCH] Not notifying FOR %s cunt --- Spotter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spotter.lua b/Spotter.lua index cf9059b..0167cb8 100644 --- a/Spotter.lua +++ b/Spotter.lua @@ -59,7 +59,7 @@ local function NotifySpotted(unit) local hostile = UnitCanAttack("player", unit) local doNotify = ShouldNotify(unit, name, faction, hostile) - if not doNotify then return string.format("Not notifying %s", tostring(name)) end + if not doNotify then return string.format("Not notifying for %s", tostring(name)) end local hp = UnitHealth(unit) if not hp then return string.format("Could not find hp for unit %s", tostring(unit)) end