10 minutes, not 5*

This commit is contained in:
Teriuihi 2021-12-23 02:18:23 +01:00
parent b3ae5e67d8
commit 391d58efeb

View File

@ -62,7 +62,7 @@ public class VillagerUI extends JavaPlugin {
econUser.syncPoints();
});
}
}.runTaskTimerAsynchronously(getInstance(), 0L, 5 * 60 * 20L);
}.runTaskTimerAsynchronously(getInstance(), 0L, 10 * 60 * 20L);
}
private void registerEvents() {