Update AFSM.ps1

This commit is contained in:
2026-05-10 15:41:59 +00:00
parent b72acd715f
commit b3447ad026
+1 -1
View File
@@ -831,7 +831,7 @@ $bottomInfoPanel.Size = New-Object System.Drawing.Size(920, 50)
$bottomInfoPanel.BorderStyle = "FixedSingle" $bottomInfoPanel.BorderStyle = "FixedSingle"
$bottomInfoLabel = New-Object System.Windows.Forms.Label $bottomInfoLabel = New-Object System.Windows.Forms.Label
$bottomInfoLabel.Text = "Setup Guide: Set SteamCMD Directory Install SteamCMD Set Game Install Directory Update Server Configure Settings Save Config Start Server" $bottomInfoLabel.Text = "Set SteamCMD Directory -> Install SteamCMD -> Set Game Install Directory -> Update Server -> Configure Settings -> Save Config -> Start Server"
$bottomInfoLabel.Font = New-Object System.Drawing.Font("Segoe UI", 8) $bottomInfoLabel.Font = New-Object System.Drawing.Font("Segoe UI", 8)
$bottomInfoLabel.Location = New-Object System.Drawing.Point(10, 5) $bottomInfoLabel.Location = New-Object System.Drawing.Point(10, 5)
$bottomInfoLabel.Size = New-Object System.Drawing.Size(895, 40) $bottomInfoLabel.Size = New-Object System.Drawing.Size(895, 40)