From 20b0f0fae6ac250f0ab2c9f528fd9e7f09410d20 Mon Sep 17 00:00:00 2001 From: Kelsey Date: Mon, 20 May 2024 13:02:54 -0700 Subject: [PATCH] Fix another instance where it says game cache --- src/compiler_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler_launch.py b/src/compiler_launch.py index ffa2ff360..f0777a9fb 100644 --- a/src/compiler_launch.py +++ b/src/compiler_launch.py @@ -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}"!')