summaryrefslogtreecommitdiff
path: root/LibTSforge/Modifiers/KeyChangeLockDelete.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/Modifiers/KeyChangeLockDelete.cs')
-rw-r--r--LibTSforge/Modifiers/KeyChangeLockDelete.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/LibTSforge/Modifiers/KeyChangeLockDelete.cs b/LibTSforge/Modifiers/KeyChangeLockDelete.cs
index e3f32c4..5150a41 100644
--- a/LibTSforge/Modifiers/KeyChangeLockDelete.cs
+++ b/LibTSforge/Modifiers/KeyChangeLockDelete.cs
@@ -3,14 +3,16 @@ namespace LibTSforge.Modifiers
using System.Collections.Generic;
using System.Linq;
using LibTSforge.PhysicalStore;
+ using LibTSforge.SPP;
using LibTSforge;
+
public static class KeyChangeLockDelete
{
public static void Delete(PSVersion version, bool production)
{
- Utils.KillSPP();
+ SPPUtils.KillSPP(version);
Logger.WriteLine("Writing TrustedStore data...");
- using (IPhysicalStore store = Utils.GetStore(version, production))
+ using (IPhysicalStore store = SPPUtils.GetStore(version, production))
{
List<string> values = new List<string>
{