Skip to content

Commit

Permalink
Merge pull request #32 from APDevTeam/async-fixes
Browse files Browse the repository at this point in the history
Fix async error on 1.18.2+ w/ Repair
  • Loading branch information
TylerS1066 authored Jul 2, 2024
2 parents d9eb8c7 + d1a7ed2 commit 1e9e2bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class AssaultRepair {
public AssaultRepair(Plugin plugin) {
this.plugin = plugin;
warfareUtils = new WarfareUtils();
warfareUtils.runTaskTimerAsynchronously(plugin, 0, 1);
}

public void saveRegionRepairState(World world, Assault assault) {
Expand Down

0 comments on commit 1e9e2bf

Please sign in to comment.