R2Northstar / NorthstarLauncher

Launcher used to modify Titanfall 2 to allow mods to be loaded
MIT License
279 stars 127 forks source link

Add missing case for switch cases in JSON deserialization function #712

Closed Jan200101 closed 3 months ago

Jan200101 commented 3 months ago

Add missing cases for switch cases.

RapidJSON switch gets a new case for null, where we do nothing. Future enum values would result in a new warning. (Might be good to add default case with error logging too?)