Skip to content

Commit

Permalink
Kurayami updated the mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Jul 8, 2023
1 parent bf6e457 commit 99cda51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Scripts/050_AddOns/MultiSaves.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def pbStartLoadScreen
commands[cmd_new_game_plus = commands.length] = _INTL('New Game +')
end
commands[cmd_options = commands.length] = _INTL('Options')
commands[cmd_discord = commands.length] = _INTL('Join Discord Server')
commands[cmd_doc = commands.length] = _INTL('Open Documentation')
commands[cmd_discord = commands.length] = _INTL('Join Mod\'s Discord')
commands[cmd_doc = commands.length] = _INTL('Open Mod\'s Documentation')
commands[cmd_language = commands.length] = _INTL('Language') if Settings::LANGUAGES.length >= 2
commands[cmd_debug = commands.length] = _INTL('Debug') if $DEBUG
commands[cmd_quit = commands.length] = _INTL('Quit Game')
Expand Down

0 comments on commit 99cda51

Please sign in to comment.