Disable Xmas tree

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2025-01-21 09:25:21 +03:00 committed by Roman Tsisyk
parent eab3488455
commit 878dfa9c06

View file

@ -222,7 +222,7 @@ export async function getServersList(request: Request) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
response.settings = {
DonateUrl: DONATE_URL,
NY: 'true', // Must be `string` instead of `bool`, otherwise clients will crash
NY: 'false', // Must be `string` instead of `bool`, otherwise clients will crash
};
if (appVersion.code >= 241022) {
const locale = request.headers.get('accept-language');