Remove some bugs and fix shit up a lil
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user