Skip to content

Commit

Permalink
feat(data): Support data auto save in bukkit platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Aug 31, 2024
1 parent 72ab078 commit 1a2a99d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void run() {
}
}
};
this.saveTask.runTaskTimerAsynchronously(this, interval, interval);
this.saveTask.runTaskTimerAsynchronously(this, interval * 20L, interval * 20L);
}
}

Expand Down

0 comments on commit 1a2a99d

Please sign in to comment.