Skip to content

Commit

Permalink
Fixed gameID missing
Browse files Browse the repository at this point in the history
  • Loading branch information
MistaOmega committed Oct 10, 2024
1 parent 6107e57 commit 22b71e1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using NexusMods.Abstractions.IO.StreamFactories;
using NexusMods.Abstractions.Library.Installers;
using NexusMods.Abstractions.Loadouts.Synchronizers;
using NexusMods.Abstractions.NexusWebApi.Types.V2;
using NexusMods.Games.FOMOD;
using NexusMods.Games.Generic.Installers;
using NexusMods.Games.Obsidian.FalloutNewVegas.Emitters;
Expand All @@ -36,9 +37,9 @@ public FalloutNewVegas(IServiceProvider provider, IServiceProvider serviceProvid

public static string GameName => _name; // used to statically reference the game name elsewhere... in case the name changes? idk.
public override string Name => _name;
public override GameDomain Domain => GameDomain.From("newvegas");
public override GameId GameId => GameId.From(130);

#region File Information
#region File Information

protected override IReadOnlyDictionary<LocationId, AbsolutePath> GetLocations(IFileSystem fileSystem, GameLocatorResult installation)
{
Expand Down

0 comments on commit 22b71e1

Please sign in to comment.