Skip to content

Commit

Permalink
fix: and make ChunkSendingStrategy.SYNC to be the default choice
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed May 25, 2024
1 parent 8db64fd commit 8a158ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static class WorldConfig extends OkaeriConfig {
@Comment("This only works if sub-chunk sending system is not enabled")
@Comment("And will be forced to SYNC if sub-chunk sending system is enabled")
@CustomKey("chunk-sending-strategy")
private ChunkSendingStrategy chunkSendingStrategy = ChunkSendingStrategy.ASYNC;
private ChunkSendingStrategy chunkSendingStrategy = ChunkSendingStrategy.SYNC;

@CustomKey("do-first-spawn-chunk-threshold")
private int doFirstSpawnChunkThreshold = 56;
Expand Down

0 comments on commit 8a158ba

Please sign in to comment.