File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
lua/entities/gmod_wire_expression2/core Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ end
11491149__e2setcost (50 )
11501150
11511151e2function array entity :getFlexes ()
1152- if not IsValid (this ) then return self :throw (" Invalid entity!" , 0 ) end
1152+ if not IsValid (this ) then return self :throw (" Invalid entity!" , {} ) end
11531153 local ret = {}
11541154 for i = 0 , this :GetFlexNum () - 1 do
11551155 ret [i ] = this :GetFlexName (i )
Original file line number Diff line number Diff line change @@ -1248,7 +1248,6 @@ e2function void holoUnparent(index)
12481248 if not Holo then return end
12491249
12501250 Holo .ent :SetParent (nil )
1251- Holo .ent :SetParentPhysNum (0 )
12521251end
12531252
12541253-- -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments