Skip to content

Commit 9f07590

Browse files
authored
Update D2Loader.ps1
Slight reword of one of the warning messages.
1 parent 7ecb9b5 commit 9f07590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

D2Loader.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Catch {
7676
#check if there's any missing config.xml options, if so user has out of date config file.
7777
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){
7878
write-host
79-
write-host "Config.xml file is missing a variable." -foregroundcolor yellow
79+
write-host "Config.xml file is missing a config option." -foregroundcolor yellow
8080
write-host "Make sure to grab the latest version of config.xml from GitHub" -foregroundcolor yellow
8181
write-host " $x[38;2;69;155;245;4mhttps://github.com/shupershuff/Diablo2RLoader/releases/latest$x[0m"
8282
write-host

0 commit comments

Comments
 (0)