Skip to content

Fixed spawner.qc having improper filename.

QuakeC compile process relies on _mod files to specify which files to compile. Unfortunately, some people have made manual code changes to these files which break the build when genmod.sh is executed. This merge request fixes 1 of 2 build failures.

Merge request reports