This commit is contained in:
Manuel Simon Hirsig
2016-11-26 19:30:01 +01:00
parent 0573f92ea3
commit ec5eae4a73
+1 -1
View File
@@ -166,7 +166,7 @@ end
function M.is_player(name)
local key = GetCVar'realmName' .. '|' .. UnitFactionGroup'player'
return index(aux_characters, key, name)
return index(aux_characters, key, name) ~= nil
end
function LOAD2()