bugfix
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ end
|
||||
|
||||
function M.is_player(name)
|
||||
local key = GetCVar'realmName' .. '|' .. UnitFactionGroup'player'
|
||||
return index(aux_characters, key, name) ~= nil
|
||||
return index(aux_characters, key, name) and true or false
|
||||
end
|
||||
|
||||
function LOAD2()
|
||||
|
||||
Reference in New Issue
Block a user