wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
551 stars 331 forks source link

Remove "self" from ModelPlug_AddToCPanel #3007

Closed Denneisk closed 6 months ago

Denneisk commented 6 months ago

This function uses self which is normally not defined. This changes it to panel.

One user noted this causes an error if another addon accidentally creates a global variable named "self". By defining self globally on the clientside, you can replicate said error.