summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-07 22:12:53 +0000
committerWither OrNot2025-04-07 22:12:53 +0000
commit91e85088480b4734a9d7302cc980be761f68161b (patch)
tree7d1ed49da8cb5ac406b51bfd202dc8c3ccebf014 /LibTSforge/SPP/SPPUtils.cs
parent103981762f471dc2d2e33c1556b9013b1ab77425 (diff)
downloadTSforge-91e85088480b4734a9d7302cc980be761f68161b.zip
stylistic fixes
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index 062e5ca..fc4967b 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -148,7 +148,7 @@ namespace LibTSforge.SPP
throw new FileNotFoundException("Failed to autodetect key type, specify physical store key with /prod or /test arguments.");
}
- private static string GetPSPath(PSVersion version)
+ public static string GetPSPath(PSVersion version)
{
switch (version)
{