-
Notifications
You must be signed in to change notification settings - Fork 0
/
tweaks.xc
21 lines (21 loc) · 1.23 KB
/
tweaks.xc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* Various settings for advanced users.
* Различные настройки для продвинутых пользователей.
*/
{
"tweaks": {
// !!!ATTENTION!!! re-read the license agreement carefully before enabling this option.
// Running two, three, or more client instances requires the use of multiple accounts.
// !!!ВНИМАНИЕ!!! перечитайте внимательно лицензионное соглашение перед включением этой опции.
// Запуск двух, трех и более экземпляров клиента подразумевает использование нескольких аккаунтов.
//
// CIS : http://legal.ru.wargaming.net/ru/eula/
// Europe : http://legal.eu.wargaming.net/en/eula/
// North America : http://legal.na.wargaming.net/en/end-user-licence-agreement/
// Asia : http://legal.asia.wargaming.net/en/end-user-licence-agreement/
//
// true - allows to run additional WoT instances.
// true - включает возможность запуска дополнительных экземпляров клиента WoT.
"allowMultipleWotInstances": false
}
}