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

Fix Friends List would limit to 4 outputted friends #3033

Closed Denneisk closed 4 months ago

Denneisk commented 4 months ago

WireLib.TriggerOutput has an execution limit of 4. UpdateFriendsList calls Connected which calls UpdateOutputs which can trigger more than 4 times (and is extremely redundant). This avoids calling the Connected method in UpdateFriendsList by inlining all the relevant parts.