Skip to content

Commit

Permalink
Update D2Loader.ps1
Browse files Browse the repository at this point in the history
Slight reword of one of the warning messages.
  • Loading branch information
shupershuff authored Apr 30, 2023
1 parent 7ecb9b5 commit 9f07590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D2Loader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Catch {
#check if there's any missing config.xml options, if so user has out of date config file.
if ($config.GamePath -eq $null -or $config.DefaultRegion -eq $null -or $config.AskForRegionOnceOnly -eq $null -or $config.CreateDesktopShortcut -eq $null -or $config.ShortcutCustomIconPath -eq $null -or $config.ConvertPlainTextPasswords -eq $null -or $config.ForceWindowedMode -eq $null -or $config.SettingSwitcherEnabled -eq $null){
write-host
write-host "Config.xml file is missing a variable." -foregroundcolor yellow
write-host "Config.xml file is missing a config option." -foregroundcolor yellow
write-host "Make sure to grab the latest version of config.xml from GitHub" -foregroundcolor yellow
write-host " $x[38;2;69;155;245;4mhttps://github.com/shupershuff/Diablo2RLoader/releases/latest$x[0m"
write-host
Expand Down

0 comments on commit 9f07590

Please sign in to comment.