Remove some bugs and fix shit up a lil

This commit is contained in:
2024-11-28 20:24:43 +01:00
parent 740f69ebe8
commit d325141929
4 changed files with 6 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ aura_env.NotifySpotted = function(playerName, race)
throttleMap[playerName] = now
local zone = aura_env.config.zone
if not zone then
if not zone or zone == "" then
zone = GetZoneText() .. " " .. GetSubZoneText()
end