Fix deathreporter not assigning zones (because it was "")
This commit is contained in:
@@ -45,7 +45,7 @@ function shared.DeathReporter.Init()
|
||||
end
|
||||
|
||||
local zone = Heimdall_Data.config.deathReporter.zoneOverride
|
||||
if not zone then
|
||||
if zone == nil or zone == "" then
|
||||
zone = string.format("%s (%s)", GetZoneText(), GetSubZoneText())
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user