diff --git a/VelocityCore/src/de/steamwar/velocitycore/BackendSync.java b/VelocityCore/src/de/steamwar/velocitycore/BackendSync.java index 146b6f87..bbbd64a7 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/BackendSync.java +++ b/VelocityCore/src/de/steamwar/velocitycore/BackendSync.java @@ -86,6 +86,7 @@ public class BackendSync implements Runnable { Files.delete(path); } } + key.reset(); } } catch (InterruptedException | ClosedWatchServiceException ignored) { Thread.currentThread().interrupt();