mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Split TakeOwnership code into TokenManipulator
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ZuneModCore.Mods
|
||||
|
||||
// Make a backup if it doesn't already exist
|
||||
FileInfo zsDllBackupInfo = new(Path.Combine(StorageDirectory, "ZuneService.original.dll"));
|
||||
if (zsDllBackupInfo.Exists)
|
||||
if (!zsDllBackupInfo.Exists)
|
||||
{
|
||||
File.Copy(zsDllInfo.FullName, zsDllBackupInfo.FullName, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user