Polish workshop helper ordering and docs wording consistency

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/1575c81b-f8a7-433a-8f3b-e068c0992c18

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-08 13:01:48 +00:00 committed by GitHub
parent fff379edd8
commit cc306ca355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 10 deletions

View file

@ -362,6 +362,8 @@ function sw_get_server_settings($db, $home_id)
if ($rows && isset($rows[0]) && is_array($rows[0])) {
$settings = $rows[0];
// Runtime normalization is kept as a fallback for legacy/manual rows that
// were not updated via module migrations.
$legacyUpdateMap = array(
'scheduled' => 'manual',
);