style: align create_servers formatting with codebase conventions

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/a39ca073-858c-4e1e-978f-09caabb0f029

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-09 14:20:17 +00:00 committed by GitHub
parent c09b6737d9
commit ee29b74fc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -493,8 +493,7 @@ function exec_ogp_module()
$order_failure_reason = "Could not create server_homes row for order #{$order_id}.";
}
if (!$order_failed) {
// Billing storefront defaults to FTP enabled for newly provisioned homes
// so panel/account flows remain consistent immediately after checkout.
// Billing storefront defaults FTP to enabled for newly provisioned homes so panel/account flows stay consistent after checkout.
$db->changeFtpStatus('enabled', intval($home_id));
}