Enable Xmas tree
This commit is contained in:
parent
22617fa964
commit
c77e078014
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue