TeamSpen210 / HammerAddons

Useful tweaks and content for Source Engine Games
123 stars 36 forks source link

Disallow inheriting model helpers if the entity already has a model helper #237

Closed vrad-exe closed 1 year ago

vrad-exe commented 1 year ago

If an entity already has a model helper specified and inherits a base class which also has a model helper, the exported FGD will include both model helpers on the entity, which due to a Hammer bug results in rotation being doubled (#89). It should not inherit the model helper if there's already one present.