You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: