HomeWildfire Games

Fix duplicate insertion error when detecting incompatible mods.

Description

Fix duplicate insertion error when detecting incompatible mods.

Since rP25410, mods are checked for compatibility. However, they can incorrectly be checked & added to inompatible mods several time, leading to a potential crash.

The new code can also be simplified slightly.

Reviewed By: Angen

Differential Revision: https://code.wildfiregames.com/D4276