You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: D2Loader.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Catch {
76
76
#check if there's any missing config.xml options, if so user has out of date config file.
77
77
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){
78
78
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
80
80
write-host"Make sure to grab the latest version of config.xml from GitHub"-foregroundcolor yellow
0 commit comments