Skip to content

Commit cddf37b

Browse files
committed
Make ziprails check more frequent to prevent carts from falling off the tracks
1 parent 9696c87 commit cddf37b

File tree

1 file changed

+1
-1
lines changed
  • modules/src/main/java/parallelmc/parallelutils/modules/bitsandbobs/minimodules

1 file changed

+1
-1
lines changed

modules/src/main/java/parallelmc/parallelutils/modules/bitsandbobs/minimodules/Ziprails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Ziprails() {
2929

3030
key = new NamespacedKey(plugin, "isZipping");
3131

32-
plugin.getServer().getScheduler().runTaskTimer(plugin, this::checkForZiprails, 0L, 4L);
32+
plugin.getServer().getScheduler().runTaskTimer(plugin, this::checkForZiprails, 0L, 2L);
3333
}
3434

3535
public void checkForZiprails() {

0 commit comments

Comments
 (0)