Fix spotter oopsie
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user