mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
Update 6.8
This commit is contained in:
@@ -589,10 +589,10 @@ end
|
||||
|
||||
def pbChooseLanguage
|
||||
commands=[]
|
||||
for lang in Settings::LANGUAGES
|
||||
for lang in Settings::LANGUAGES[Settings::GAME_ID]
|
||||
commands.push(lang[0])
|
||||
end
|
||||
return pbShowCommands(nil,commands)
|
||||
return pbShowCommands(nil, commands, 0, 0, nil, nil, MessageConfig::FONT_NAME_CHINESE)
|
||||
end
|
||||
|
||||
def pbScreenCapture
|
||||
|
||||
Reference in New Issue
Block a user