mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 05:43:52 +00:00
parent
8a2a62ea1d
commit
119bff3514
1373 changed files with 12049 additions and 12049 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue