oops that had the opposite effect

This commit is contained in:
Lilian Jónsdóttir 2020-10-26 23:31:27 -07:00
parent c89a5c1522
commit 17ac982090

View file

@ -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