From 6f87d8b322f2aa6abaa1e8d853265fffcf876fd7 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 1 Jan 2026 11:56:22 +0100 Subject: [PATCH] Add missing deprecated config.team_style --- system/compat/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/compat/config.php b/system/compat/config.php index 59e9a5ed..4534efe6 100644 --- a/system/compat/config.php +++ b/system/compat/config.php @@ -51,6 +51,7 @@ $deprecatedConfig = [ 'online_skulls', 'online_outfit', 'online_afk', + 'team_style', 'team_display_outfit' => 'team_outfit', 'team_display_status' => 'team_status', 'team_display_world' => 'team_world',