fix merge error

merging in the website is not a good idea 😅
This commit is contained in:
Luca 2022-12-22 11:44:43 +01:00 committed by GitHub
parent 37eee94821
commit 96a53d862f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,7 @@ public static class GameRegistry
MainExecutable = "nw.exe".ToRelativePath() MainExecutable = "nw.exe".ToRelativePath()
} }
}, },
{ {
Game.Valheim, new GameMetaData Game.Valheim, new GameMetaData
{ {
Game = Game.Valheim, Game = Game.Valheim,
@ -519,6 +519,7 @@ public static class GameRegistry
NexusName = "site", NexusName = "site",
NexusGameId = 2295, NexusGameId = 2295,
IsGenericMO2Plugin = false, IsGenericMO2Plugin = false,
}
} }
}; };