Laupetin / OpenAssetTools

Open Source Modding Tools for old Call Of Duty games
https://openassettools.dev
GNU General Public License v3.0
85 stars 14 forks source link

fix: make game name case insensitive #230

Closed Laupetin closed 1 month ago

Laupetin commented 1 month ago

Before when specifying t6 as a game name, linker just exited without an error message and without building a zone. Now game names are case insensitive and an error message is logged when a game name is unrecognized.

Fixes: #141