Merge pull request #1308 from EzioTheDeadPoet/KerbalSpaceProgram

MO2Name fix for KSP
This commit is contained in:
Timothy Baldridge 2021-02-09 10:37:25 -07:00 committed by GitHub
commit 8c56b0edb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},