remove old update task

This commit is contained in:
Ryder Belserion 2024-10-24 20:19:33 -04:00
parent 6647935d01
commit e5a1b8c786
No known key found for this signature in database

View File

@ -106,13 +106,6 @@ public class CrazyAuctions extends Vital {
this.support = new VaultSupport();
this.support.loadVault();
new FoliaRunnable(getServer().getGlobalRegionScheduler()) {
@Override
public void run() {
Methods.updateAuction();
}
}.runAtFixedRate(this, 0L, 5000L);
Messages.addMissingMessages();
new MetricsWrapper(this, 4624);