mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Null fix in VortexCompilerVM
This commit is contained in:
parent
e6c98fc3eb
commit
bfd5907bc1
@ -80,6 +80,7 @@ namespace Wabbajack
|
||||
_modListSettings = this.WhenAny(x => x.SelectedGame)
|
||||
.Select(game =>
|
||||
{
|
||||
if (game == null) return null;
|
||||
var gameSettings = _settings.ModlistSettings.TryCreate(game.Game);
|
||||
return new ModlistSettingsEditorVM(gameSettings.ModlistSettings);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user