From a36f76283d89e1bc59bd8bf095f6378ae20dbfda Mon Sep 17 00:00:00 2001 From: tens0rfl0w Date: Wed, 16 Oct 2024 19:43:39 +0200 Subject: [PATCH] tweak(ext/cfx-ui): Hide sv_poolSizesIncrease ConVar This hides the recently introduced sv_poolSizesIncrease ConVar in the server info view --- ext/cfx-ui/src/cfx/common/services/servers/transformers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts b/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts index 092d824760..7fc07a991a 100644 --- a/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts +++ b/ext/cfx-ui/src/cfx/common/services/servers/transformers.ts @@ -298,6 +298,7 @@ export function processServerDataVariables(vars?: IServer['data']['vars']): Vars continue; } + case key === 'sv_poolSizesIncrease': case key === 'sv_disableClientReplays': case key === 'onesync': case key === 'gametype':