From afd14ea0ff1991ada77a58e7181fdbb632e98aba Mon Sep 17 00:00:00 2001 From: Chase Cooper Date: Wed, 25 Mar 2026 00:14:32 -0400 Subject: [PATCH] =?UTF-8?q?Applying=20formatting=20to=20code=20I=20edited?= =?UTF-8?q?=20=F0=9F=98=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Minecraft.Client/PlayerChunkMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/PlayerChunkMap.cpp b/Minecraft.Client/PlayerChunkMap.cpp index 8ee4b6c61..ddf2bae2f 100644 --- a/Minecraft.Client/PlayerChunkMap.cpp +++ b/Minecraft.Client/PlayerChunkMap.cpp @@ -824,7 +824,7 @@ void PlayerChunkMap::setRadius(int newRadius) } } - if( newRadius < radius ) + if (newRadius < radius) { level->cache->dropAll(); }