Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk authored Jan 1, 2025
1 parent 7b53d43 commit 94ba1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/e2lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ else
function E2Lib.isOwner(self, entity)
local owner = E2Lib.getOwner(self, entity)
if not IsValid(owner) then return false end

return E2Lib.isFriend(owner, self.player)
end
end
Expand Down

0 comments on commit 94ba1c6

Please sign in to comment.