E2 :wirelink() broken backwards-compat
Fasteroid opened this issue · 2 comments
Fasteroid commented
Using :wirelink() on an entity that doesn't have one by default now returns an invalid wirelink.
Seems to have been broken by #2891 since entity:wirelink()
no longer creates a wirelink.
Before:
wire/lua/entities/gmod_wire_expression2/core/custom/wiring.lua
Lines 108 to 116 in 4edf127
After:
wire/lua/entities/gmod_wire_expression2/core/custom/wiring.lua
Lines 108 to 116 in 95adeb4
Probably easy to fix if this tiny change is reverted.
Denneisk commented
Thanks for reporting this.
Fasteroid commented
bruh