From d415b4ce3b5f96ec08b143c4368eb20b928787d2 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 18 Apr 2017 18:27:19 +0200 Subject: [PATCH] Fix WIP Mods added as WIP Game --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 0013053..e32055b 100644 --- a/Program.cs +++ b/Program.cs @@ -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;