mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1308 from EzioTheDeadPoet/KerbalSpaceProgram
MO2Name fix for KSP
This commit is contained in:
commit
8c56b0edb5
@ -622,7 +622,7 @@ namespace Wabbajack.Common
|
||||
{
|
||||
Game = Game.KerbalSpaceProgram,
|
||||
NexusName = "kerbalspaceprogram",
|
||||
MO2Name = "kerbalspaceprogram",
|
||||
MO2Name = "Kerbal Space Program",
|
||||
NexusGameId = 272,
|
||||
SteamIDs = new List<int>{220200},
|
||||
GOGIDs = new List<int>{1429864849},
|
||||
|
Loading…
Reference in New Issue
Block a user