Fix WIP Mods added as WIP Game

This commit is contained in:
SmallJoker 2017-04-18 18:27:19 +02:00
parent 0d2497bb5d
commit d415b4ce3b

View File

@ -230,7 +230,7 @@ namespace ModIndexer
// Ok.
break;
case Misc.FETCH_TYPE.WIP_MODS:
type = Misc.DATA_TYPE.WIP_GAME;
type = Misc.DATA_TYPE.WIP_MOD;
break;
case Misc.FETCH_TYPE.OLD_MODS:
type = Misc.DATA_TYPE.OLD_MOD;