From b3447ad026fac0af7c91143d13f903f3e6cab209 Mon Sep 17 00:00:00 2001 From: gitnl Date: Sun, 10 May 2026 15:41:59 +0000 Subject: [PATCH] Update AFSM.ps1 --- AFSM.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFSM.ps1 b/AFSM.ps1 index cb4b488..62821af 100644 --- a/AFSM.ps1 +++ b/AFSM.ps1 @@ -831,7 +831,7 @@ $bottomInfoPanel.Size = New-Object System.Drawing.Size(920, 50) $bottomInfoPanel.BorderStyle = "FixedSingle" $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.Location = New-Object System.Drawing.Point(10, 5) $bottomInfoLabel.Size = New-Object System.Drawing.Size(895, 40)