Open sprunk opened 2 months ago
There's this check that blocks model-less features from being used as a wreck, why? Figure out if this is the line actually responsible, if there is a good reason for it to exist, and remove it if not. https://github.com/beyond-all-reason/spring/blob/6b0c2cca0a2a3eb44a37ede1e2cf7e9bc9e456fe/rts/Sim/Features/FeatureHandler.cpp#L173-L174
Looks like this line exists in the first commit. https://github.com/beyond-all-reason/spring/blob/d1811b38413e5e98daff05e1eba3b4b1660e38f5/rts/FeatureHandler.cpp#L116
Sounds fine to remove.
There's this check that blocks model-less features from being used as a wreck, why? Figure out if this is the line actually responsible, if there is a good reason for it to exist, and remove it if not. https://github.com/beyond-all-reason/spring/blob/6b0c2cca0a2a3eb44a37ede1e2cf7e9bc9e456fe/rts/Sim/Features/FeatureHandler.cpp#L173-L174