summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/SPP')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index f1aa32f..08dbe03 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -252,6 +252,8 @@ namespace LibTSforge.SPP
File.WriteAllBytes(filePath, PhysStoreCrypto.DecryptPhysicalStore(encrData, production, version));
}
+ RestartSPP(version);
+
Logger.WriteLine("Store dumped successfully to '" + filePath + "'.");
}
@@ -269,6 +271,8 @@ namespace LibTSforge.SPP
store.WriteRaw(File.ReadAllBytes(filePath));
}
+ RestartSPP(version);
+
Logger.WriteLine("Loaded store file succesfully.");
}
}