Workaround Java breaking with symlinks (fixes #660)
This commit is contained in:
@@ -133,7 +133,6 @@ public class MarkerProcessor {
|
||||
for (int i = 1; Files.exists(inputPath); i++) {
|
||||
inputPath = inputPath.resolveSibling(replayName + "." + i + ".mcpr");
|
||||
}
|
||||
Files.createDirectories(inputPath.getParent());
|
||||
Files.move(path, inputPath);
|
||||
|
||||
try (ReplayFile inputReplayFile = mod.files.open(inputPath)) {
|
||||
|
||||
Reference in New Issue
Block a user