Skip to content

Commit

Permalink
Enable Xmas tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsisyk committed Dec 23, 2024
1 parent 22617fa commit e65565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'false', // Must be `string` instead of `bool`, otherwise clients will crash
NY: 'true', // Must be `string` instead of `bool`, otherwise clients will crash
};
if (appVersion.code >= 241022) {
const locale = request.headers.get('accept-language');
Expand Down

0 comments on commit e65565a

Please sign in to comment.