Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Update PvPCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
staFF6773 authored Oct 21, 2023
1 parent 4bae2aa commit 5a1a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/staff/commands/PvPCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private void checkCooldowns() {
}
}
}

private void startCooldownChecker() {
long ticksInterval = cooldownCheckerInterval * 20L;
plugin.getServer().getScheduler().runTaskTimer(plugin, this::checkCooldowns, 20L, ticksInterval);
Expand Down

0 comments on commit 5a1a840

Please sign in to comment.