From 72415a68335cdd8437a42dbff8ba45def99a1e5b Mon Sep 17 00:00:00 2001 From: Jim Krok Date: Sun, 28 Apr 2024 15:02:41 -0400 Subject: [PATCH] fix: update mo2 'getprefix' arg to match help docs --- steamtinkerlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 38f64c69..7f5b7c7b 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -22581,7 +22581,7 @@ function commandline { writelog "INFO" "${FUNCNAME[0]} - URL passed is '$3'" dlMod2nexurl "$3" fi - elif [ "$2" == "getpfx" ] || [ "$2" == "gp" ]; then + elif [ "$2" == "getprefix" ] || [ "$2" == "gp" ]; then echo "$MO2COMPDATA/pfx" elif [ "$2" == "repairpfx" ]; then setMO2Vars