Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions code/components/citizen-server-main/src/ServerInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
});
}

Expand Down
Loading