summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
authorLyssa2025-04-07 15:19:24 +0000
committerLyssa2025-04-07 15:19:24 +0000
commit0c8b1efaa9005de1d101ebab5e66117edfaec3b2 (patch)
tree3f5fe837f2ec9cbe20238bdf9ced357f3ec1184e /LibTSforge/SPP/SPPUtils.cs
parent3f1c87831802817f0cb3effacde954d3cbadfb6c (diff)
downloadTSforge-0c8b1efaa9005de1d101ebab5e66117edfaec3b2.zip
Minor fixups
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index a535bc7..062e5ca 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -1,13 +1,13 @@
namespace LibTSforge.SPP
{
- using LibTSforge.Crypto;
- using LibTSforge.PhysicalStore;
- using LibTSforge.TokenStore;
using Microsoft.Win32;
using System;
using System.IO;
using System.Linq;
using System.ServiceProcess;
+ using Crypto;
+ using PhysicalStore;
+ using TokenStore;
public static class SPPUtils
{
@@ -148,7 +148,7 @@ namespace LibTSforge.SPP
throw new FileNotFoundException("Failed to autodetect key type, specify physical store key with /prod or /test arguments.");
}
- public static string GetPSPath(PSVersion version)
+ private static string GetPSPath(PSVersion version)
{
switch (version)
{
@@ -328,7 +328,7 @@ namespace LibTSforge.SPP
RestartSPP(version);
- Logger.WriteLine("Loaded store file succesfully.");
+ Logger.WriteLine("Loaded store file successfully.");
}
}
}