wiremod / wire-extras

Community Contributed Wire Extras Repository (formerly UWSVN). These are addons which may be of use to wiremodders but do not undergo the same level of critique that the official repos do.
Apache License 2.0
83 stars 67 forks source link

Directional Radios don't duplicate correctly #115

Closed Skating-Fool closed 1 year ago

Skating-Fool commented 1 year ago

When a directional radio is duplicated using adv dupe 1 or 2 the radio will lose its inputs/outputs and the new entity won't count towards the max_wdrk limit.

When a directional radio is duplicated using the normal gmod duplicator it keeps its inputs/outpus but the new entity still doesn't count towards the max_wdrk limit.

I also get the following error when spawning a duplicated directional radio that has something wired to it. This does not show up when duped with nothing wired to it.

[wire-extras] addons/wire-extras/lua/entities/base_wdr_entity/init.lua:213: attempt to index field 'Inputs' (a nil value)
  1. unknown - addons/wire-extras/lua/entities/base_wdr_entity/init.lua:213

20230724153602_1 https://www.youtube.com/watch?v=-5CslAutvTc

thegrb93 commented 1 year ago

See if that update fixed it