Skip to content

triggers: set bmodel correctly in CSQC

bones_was_here requested to merge bones_was_here/csqc_bmodels into master

Previously the .model field would be (for example) "*2" in SVQC but "" in CSQC. This change makes it "*2" in both.

Pretty sure this is safe, seems to work fine on the server, but here's an MR just in case :)

Merge request reports