From 7052f9e7942dc349dfa3f03bb8f49c4b7c365f60 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 8 Jan 2025 11:30:14 -0600 Subject: [PATCH] fix typo in "fabric missing" error mesage --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 4623dac..e18e3e7 100644 --- a/installer.py +++ b/installer.py @@ -77,7 +77,7 @@ def win_check_folder_exists(folder): print() print("[WARN!]: Mod folder not found. (is Fabric installed?)") print("[WARN!]: (note: the script will go on as usual without breaking anything, but if") - print("[WARN!]: you don't have fabric installed, your mods won't load when you start the game.") + print("[WARN!]: you don't have fabric installed, your mods won't load when you start the game.)") os.mkdir("mods") print() time.sleep(20)