Applying formatting to code I edited 😝

This commit is contained in:
Chase Cooper 2026-03-25 00:14:32 -04:00
parent d0890a9fae
commit afd14ea0ff

View file

@ -824,7 +824,7 @@ void PlayerChunkMap::setRadius(int newRadius)
}
}
if( newRadius < radius )
if (newRadius < radius)
{
level->cache->dropAll();
}