diff --git a/src/de/steamwar/velocitycore/EventStarter.java b/src/de/steamwar/velocitycore/EventStarter.java index 88c5103..17d4f53 100644 --- a/src/de/steamwar/velocitycore/EventStarter.java +++ b/src/de/steamwar/velocitycore/EventStarter.java @@ -44,7 +44,7 @@ public class EventStarter { public EventStarter() { EventFight.loadAllComingFights(); - VelocityCore.schedule(this::run).delay(10, TimeUnit.SECONDS).schedule(); + VelocityCore.schedule(this::run).repeat(10, TimeUnit.SECONDS).schedule(); } public static Map getEventServer() {