Fixed Nintendo's skill issue.
This commit is contained in:
parent
f1af8b488a
commit
59dba92418
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ define('SP_TYPE_FESTS', 'fests');
|
|||
|
||||
define('SP3_DEFAULT_LOCALE', 'en-GB');
|
||||
define('SP3_LOCALES', ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'fr-CA', 'it-IT', 'ja-JP', 'ko-KR', 'nl-NL', 'ru-RU', 'zh-CN', 'zh-TW']);
|
||||
define('SP3_FEST_REGIONS', ['EU', 'JP', 'AP', 'US']);
|
||||
define('SP3_FEST_REGIONS', ['US', 'EU', 'JP', 'AP']);
|
||||
define('SP3_DOMAIN', 'https://splatoon3.ink');
|
||||
define('SP3_LOCALE', SP3_DOMAIN . '/data/locale/%s.json');
|
||||
define('SP3_SCHED', SP3_DOMAIN . '/data/schedules.json');
|
||||
|
|
Reference in a new issue