mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-02 18:38:10 +01:00
remove old update task
This commit is contained in:
parent
6647935d01
commit
e5a1b8c786
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user