Skip to content

Commit

Permalink
Remove redundant egpobject getter function(???)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Mar 27, 2024
1 parent fdea579 commit c752052
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/entities/gmod_wire_expression2/core/egpfunctions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1000,11 +1000,6 @@ e2function string wirelink:egpObjectType(number index)
return ""
end

e2function egpobject wirelink:egpObject(number index)
local bool, _, obj = EGP:HasObject(this, index)
return bool and obj or nil
end

--------------------------------------------------------
-- Additional Functions
--------------------------------------------------------
Expand Down

0 comments on commit c752052

Please sign in to comment.