Fix AbstractLinker

This commit is contained in:
2025-12-20 11:41:36 +01:00
parent 87cc43a348
commit 6cda79f7e1
3 changed files with 4 additions and 3 deletions
@@ -45,8 +45,6 @@ public class TraceManager implements Listener {
instance = this;
}
public void init() {
if (!tracesFolder.exists())
tracesFolder.mkdir();