mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 20:32:51 -05:00
Fix my dumb ahh
This commit is contained in:
@@ -303,7 +303,7 @@ def install_files(app_id, game_install_dir, dlcs, game_name):
|
||||
print("\nFound DLCs:")
|
||||
for idx, dlc in enumerate(dlcs, 1):
|
||||
print(f"{idx}. {dlc['name']} (ID: {dlc['appid']})")
|
||||
if input("\nProceed with installation? (Y/n): ").lower() != 'n':
|
||||
if input("\nProceed with installation? (Y/n): ").lower() == 'n':
|
||||
return
|
||||
GREEN = '\033[92m'
|
||||
YELLOW = '\033[93m'
|
||||
|
||||
Reference in New Issue
Block a user