Results 27 comments of 8Z

Sounds good. I'll close the issue for now - feel free to reopen it if it's still happening.

> However, this seems to only be the case for any user that isn't the host. I (as the host) don't seem to have the issue. Presumably in a listen...

Can you specify which weapons and which playermodels is causing this issue? A lot (but not all) ArcCW weapons use MirrorVMWM which should be set to the R_Hand bone.

Probably need to check weapon UBGL state in DoEffects, since that's what most UBGL attachments call. However is the UBGL effect position defined?

This has actually been implemented since preset rework.

Can't implement with any guarantee of the hook running since there are many situations where attachments are modified without calling `SWEP.Attach`, directly changing the `SWEP.Attachments` table instead. If you need...

> The extension has to register a new "language" in order for GLua Enhanced to not load when editing normal Lua files, therefore, extensions for the `Lua` language will not...