From 992a606c8612fc42a777be6f5071e1029d6cd64e Mon Sep 17 00:00:00 2001 From: Yorick <125297057+yorick2002@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:50:24 +0200 Subject: [PATCH] tweak(server): remove warning about the identifiers change --- code/components/citizen-server-main/src/ServerInstance.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/components/citizen-server-main/src/ServerInstance.cpp b/code/components/citizen-server-main/src/ServerInstance.cpp index fda47fa694..74ae6e785b 100644 --- a/code/components/citizen-server-main/src/ServerInstance.cpp +++ b/code/components/citizen-server-main/src/ServerInstance.cpp @@ -256,12 +256,6 @@ namespace fx consoleCtx->GetVariableManager()->ShouldSuppressReadOnlyWarning(false); OnInitialConfiguration(); - - console::PrintWarning( - _CFX_NAME_STRING(_CFX_COMPONENT_NAME), - "The players.json endpoint has been modified to no longer return the player identifiers without authentication.\n" - "To learn more about this change read our announcement at https://aka.cfx.re/players-json-privacy\n" - ); }); }