mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Removes create PBS debug command
This commit is contained in:
@@ -463,12 +463,16 @@ class PokemonOption_Scene
|
||||
# end
|
||||
options <<
|
||||
EnumOption.new(_INTL("Download sprites"), [_INTL("On"), _INTL("Off")],
|
||||
proc { $PokemonSystem.download_sprites ? 0 : 1 },
|
||||
proc { $PokemonSystem.download_sprites},
|
||||
proc { |value|
|
||||
$PokemonSystem.download_sprites = value },
|
||||
$PokemonSystem.download_sprites = value
|
||||
},
|
||||
"Automatically download custom sprites from the internet"
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
if $game_switches
|
||||
options <<
|
||||
EnumOption.new(_INTL("Autosave"), [_INTL("On"), _INTL("Off")],
|
||||
|
||||
Reference in New Issue
Block a user