From 6890d531e58a4443e50d89406fe9357421f2e5b5 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 30 Jul 2023 14:39:56 +0200 Subject: [PATCH] add last_kills_limit to compat config --- system/compat/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/compat/config.php b/system/compat/config.php index f293b852..07eaecd4 100644 --- a/system/compat/config.php +++ b/system/compat/config.php @@ -40,6 +40,7 @@ $deprecatedConfig = [ 'team_display_status' => 'team_status', 'team_display_world' => 'team_world', 'team_display_lastlogin' => 'team_lastlogin', + 'last_kills_limit', 'multiworld', 'forum', 'signature_enabled',