Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b879c5e

Browse files
committed
Log warning if using inplace edit
1 parent 6c3dc38 commit b879c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Src/Apps/ArkHelper/Apps/PatchCreatorApp.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ public void Parse(PatchCreatorOptions op)
8686
ark.AddAdditionalPart(fullPartPath);
8787
}
8888
}
89+
else
90+
{
91+
Log.Warning("Using inplace edit");
92+
}
8993

9094
var files = Directory.GetFiles(op.ArkFilesPath, "*", SearchOption.AllDirectories);
9195

0 commit comments

Comments
 (0)