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