oops that had the opposite effect
This commit is contained in:
parent
c89a5c1522
commit
17ac982090
|
@ -17,7 +17,7 @@ local followers = {}
|
|||
|
||||
-- {{{ internal functions
|
||||
local function notActuallyFriend(friend)
|
||||
if not friend then return false end
|
||||
if not friend then return true end
|
||||
local obj = friend.baseObject and friend.baseObject or
|
||||
(friend.object.baseObject and friend.object.baseObject or friend.object)
|
||||
local magGuard = mag and mag.getGuardFollower() or nil
|
||||
|
|
Loading…
Reference in a new issue