Update AFSM.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user