From 9ca41d1219ec70223c740f8e7fa887d68a84566c Mon Sep 17 00:00:00 2001 From: gitnl Date: Sun, 10 May 2026 15:15:25 +0000 Subject: [PATCH] Update AFSM.ps1 --- AFSM.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFSM.ps1 b/AFSM.ps1 index 2b087e5..98755b3 100644 --- a/AFSM.ps1 +++ b/AFSM.ps1 @@ -50,8 +50,8 @@ function Load-Config { } function Set-Defaults { - $txtSteamCMDDir.Text = "" - $txtInstallDir.Text = "" + $txtSteamCMDDir.Text = Join-Path $scriptDir "SteamCMD" + $txtInstallDir.Text = Join-Path $scriptDir "ServerFiles" $txtMaxPlayers.Text = "6" $txtPort.Text = "7777" $txtQueryPort.Text = "27015"