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