Guild Skada High Score

Guild Skada High Score

152k Downloads

The player is sometimes inspected

verath opened this issue ยท 0 comments

commented

The player should never be inspected as we already know all information needed about the player.

This check seems to be the one failing in inspect:PreInspectGroup()

local playerId = UnitGUID(playerName)
if playerId and playerId ~= playerGUID then
    ...
end