mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-07-08 02:08:07 +00:00
@@ -49,7 +49,7 @@ void PlayerCloudParticle::tick()
|
||||
xd *= 0.96f;
|
||||
yd *= 0.96f;
|
||||
zd *= 0.96f;
|
||||
std::shared_ptr<Player> p = level->getNearestPlayer(shared_from_this(), 2);
|
||||
shared_ptr<Player> p = level->getNearestPlayer(shared_from_this(), 2);
|
||||
if (p != NULL)
|
||||
{
|
||||
if (y > p->bb->y0)
|
||||
|
||||
Reference in New Issue
Block a user