Disabled Christmas Tree
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
d0524e78d1
commit
83919b9a79
1 changed files with 2 additions and 2 deletions
|
@ -149,12 +149,12 @@ export async function getServersList(request: Request) {
|
|||
if (request.cf?.country == 'RU') {
|
||||
response.settings = {
|
||||
DonateUrl: DONATE_URL_RU,
|
||||
NY: 'true', // Must be `string` instead of `bool`, otherwise clients will crash
|
||||
NY: 'false', // Must be `string` instead of `bool`, otherwise clients will crash
|
||||
};
|
||||
} else {
|
||||
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
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue