Skip to content

Commit

Permalink
Add 'pause' for better error message visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongMods committed Oct 16, 2023
1 parent 50b99c4 commit 8d9c225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion start_game.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ setlocal

.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"

endlocal
endlocal
pause
3 changes: 2 additions & 1 deletion start_game_extreme.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ setlocal

.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"

endlocal
endlocal
pause

0 comments on commit 8d9c225

Please sign in to comment.