Update AFSM.ps1
This commit is contained in:
@@ -50,8 +50,8 @@ function Load-Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Set-Defaults {
|
function Set-Defaults {
|
||||||
$txtSteamCMDDir.Text = ""
|
$txtSteamCMDDir.Text = Join-Path $scriptDir "SteamCMD"
|
||||||
$txtInstallDir.Text = ""
|
$txtInstallDir.Text = Join-Path $scriptDir "ServerFiles"
|
||||||
$txtMaxPlayers.Text = "6"
|
$txtMaxPlayers.Text = "6"
|
||||||
$txtPort.Text = "7777"
|
$txtPort.Text = "7777"
|
||||||
$txtQueryPort.Text = "27015"
|
$txtQueryPort.Text = "27015"
|
||||||
|
|||||||
Reference in New Issue
Block a user