mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Applying formatting to code I edited 😝
This commit is contained in:
parent
d0890a9fae
commit
afd14ea0ff
|
|
@ -824,7 +824,7 @@ void PlayerChunkMap::setRadius(int newRadius)
|
|||
}
|
||||
}
|
||||
|
||||
if( newRadius < radius )
|
||||
if (newRadius < radius)
|
||||
{
|
||||
level->cache->dropAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue