Skip to content

Commit 41a20ab

Browse files
author
HyperPolygon64
committed
Removed stupid indentation used for a breakpoint
modified: Sonic-06-Mod-Manager/src/UnifyPatcher.cs
1 parent 2edb381 commit 41a20ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sonic-06-Mod-Manager/src/UnifyPatcher.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ public static void InstallPatches(string patch, string name)
545545
rbeBackup = $"{file}_back";
546546

547547
if (!File.Exists(newExtension)) File.Move(file, newExtension);
548-
else if (newExtension == rbeBackup && File.Exists(rbeBackup))
549-
File.Delete(file);
548+
else if (newExtension == rbeBackup && File.Exists(rbeBackup)) File.Delete(file);
550549
}
551550
break;
552551

0 commit comments

Comments
 (0)