diff --git a/src/de/steamwar/velocitycore/EventStarter.java b/src/de/steamwar/velocitycore/EventStarter.java index 1be170f..7e80204 100644 --- a/src/de/steamwar/velocitycore/EventStarter.java +++ b/src/de/steamwar/velocitycore/EventStarter.java @@ -43,7 +43,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() {