mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
remove duplicated setting
This commit is contained in:
parent
4b93196461
commit
8cd7a51977
@ -182,10 +182,6 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
|||||||
label: 'English',
|
label: 'English',
|
||||||
handler: () => changeLocaleHandler('en')
|
handler: () => changeLocaleHandler('en')
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Chinese simplified',
|
|
||||||
handler: () => changeLocaleHandler('chs')
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Spanish',
|
label: 'Spanish',
|
||||||
handler: () => changeLocaleHandler('es')
|
handler: () => changeLocaleHandler('es')
|
||||||
|
Loading…
Reference in New Issue
Block a user