Skip to content

Commit

Permalink
Update E2 function
Browse files Browse the repository at this point in the history
Change what the function is marked to return to what it is actually returning
Previously was returning a contraption object that just wasn't valid to instead represent the collection of entities it is supposed to
  • Loading branch information
LiddulBOFH committed Jun 1, 2024
1 parent 8d17b0d commit 69e11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/custom/cfw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end

__e2setcost(20)

e2function contraption contraption:getEntities()
e2function array contraption:getEntities()
if not isValidContraption(this) then return {} end

local output = {}
Expand Down

0 comments on commit 69e11a6

Please sign in to comment.