Removed autosave feature.

This commit is contained in:
Brianna 2020-07-20 09:28:47 -05:00
parent 9574a237d0
commit a54eddc3e7
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ public class UltimateKits extends SongodaPlugin {
displayItemHandler.start();
particleHandler.start();
Bukkit.getScheduler().scheduleSyncRepeatingTask(this, () -> saveKits(false), 6000, 6000);
}
@Override