diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TickCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TickCommand.java index 2f7fb020..14a1012c 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TickCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/tpslimit/TickCommand.java @@ -57,6 +57,11 @@ public class TickCommand extends SWCommand { }.runTaskTimer(BauSystem.getInstance(), 0L, 1L); } + @Register({"step"}) + public void stepCommand(Player p) { + stepCommand(p, 1); + } + @Register({"step"}) public void stepCommand(Player p, @OptionalValue("1") int ticks) { if (ticksLeft != null) {