From 9f075903cdaabac261b0f505ec8bb13f86763677 Mon Sep 17 00:00:00 2001 From: shupershuff <63577525+shupershuff@users.noreply.github.com> Date: Sun, 30 Apr 2023 17:01:14 +1200 Subject: [PATCH] Update D2Loader.ps1 Slight reword of one of the warning messages. --- D2Loader.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/D2Loader.ps1 b/D2Loader.ps1 index 3259ee4..73116e1 100644 --- a/D2Loader.ps1 +++ b/D2Loader.ps1 @@ -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