From 3ce9dfed5149a09e08e482fafc1d625fc7e1a321 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 17 Dec 2020 19:24:11 -0500 Subject: [PATCH] Fix typo in 0368-Asynchronous-chunk-IO-and-loading.patch --- Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch b/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch index e720c44b26..0832c5cf16 100644 --- a/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch +++ b/Spigot-Server-Patches/Asynchronous-chunk-IO-and-loading.patch @@ -257,7 +257,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } + + if (!asyncChunks) { -+ log("Async Chunks: Disabled - Chunks will be managed synchronosuly, and will cause tremendous lag."); ++ log("Async Chunks: Disabled - Chunks will be managed synchronously, and will cause tremendous lag."); + } else { + ChunkTaskManager.initGlobalLoadThreads(threads); + log("Async Chunks: Enabled - Chunks will be loaded much faster, without lag.");