Skip to content

Commit

Permalink
Clarify info message
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyviere committed Oct 8, 2024
1 parent f8f74f3 commit 50435a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run():
console.msgbox('Info', 'No game server is installed')
return

console.msgbox('Info', 'The game server will be attempted to be updated, even if no update is available.')
console.msgbox('Info', 'The game server will be redownloaded and installed, even if no update is available.')

curdir = os.getcwd()
os.chdir(GAME_REPO_DIR)
Expand Down

0 comments on commit 50435a4

Please sign in to comment.