Skip to content

Commit

Permalink
Fix another instance where it says game cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vrad-exe committed May 20, 2024
1 parent 1c5a8cd commit 20b0f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
strict_exception_groups=True,
)
elif 'original' in app_name:
sys.exit('Original compilers replaced, verify game cache!')
sys.exit('Original compilers replaced, verify game files in Steam!')
else:
sys.exit(f'Unknown application name "{app_name}"!')

0 comments on commit 20b0f0f

Please sign in to comment.