Skip to content

Commit

Permalink
Increased the delay of forcing prices loading (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Apr 7, 2023
1 parent 340d298 commit 6d113b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ public void loadData() {
registerChunksProvider();
});
// We try to forcefully load prices after a second the server has enabled.
BukkitExecutor.sync(this::forcePricesLoad, 20L);
BukkitExecutor.sync(this::forcePricesLoad, 60L);
}

@Override
Expand Down

0 comments on commit 6d113b1

Please sign in to comment.