From 00da5c9592ffba46a9547304be85bd7e1dcf69f2 Mon Sep 17 00:00:00 2001 From: Naim2000 Date: Thu, 25 Jul 2024 14:06:06 -0500 Subject: [PATCH] credits mishap --- MSET9_installer_script/mset9.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MSET9_installer_script/mset9.py b/MSET9_installer_script/mset9.py index 9b0a39a..03496df 100644 --- a/MSET9_installer_script/mset9.py +++ b/MSET9_installer_script/mset9.py @@ -990,11 +990,10 @@ if ID1Count != 1: def mainMenu(): clearScreen() - print(f"MSET9 {VERSION} SETUP by zoogie, Aven and DannyAAM") + print(f"MSET9 {VERSION} SETUP by zoogie, Aven, DannyAAM and thepikachugamer") print(f"Using {consoleNames[consoleIndex]}") print() print(f"Current MSET9 state: {haxStates[haxState]}") -# fs.print_root(); # <-- Why did I add a semicolon here print("\n-- Please type in a number then hit return --\n")