Quantcast

Bug fix the bug fix ...

Scott Sibley [10-20-10 - 22:35]
Bug fix the bug fix ...
Filename
Modules/Texts/Texts.lua
diff --git a/Modules/Texts/Texts.lua b/Modules/Texts/Texts.lua
index 010629b..6dd3d86 100644
--- a/Modules/Texts/Texts.lua
+++ b/Modules/Texts/Texts.lua
@@ -64,7 +64,7 @@ return '--' .. select(1, UnitName(unit)) .. '--'
 		color = [[
 if UnitIsPlayer(unit) then
     return ClassColor(unit)
-else
+elseif unit then
     return UnitSelectionColor(unit)
 end
 ]],