Clean up the log messages a little

This commit is contained in:
2025-01-02 11:02:56 +01:00
parent 6ef7e74402
commit d4bab870a4
2 changed files with 6 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ function shared.Whoer.Init()
local ret = {}
for _, player in pairs(HeimdallStinkies) do
if Heimdall_Data.config.who.zoneNotifyFor[player.zone] then
ret[#ret + 1] = string.format("%s-%s (%s) %s", player.name, player.class, player.zone, player.stinky and "(!!!!)" or "")
ret[#ret + 1] = string.format("%s/%s (%s) %s", player.name, player.class, player.zone, player.stinky and "(!!!!)" or "")
end
end
return ret