mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Fixed size on MobSpawnParticle
This commit is contained in:
@@ -1246,7 +1246,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
|
||||
$this->lastUpdate = $currentTick;
|
||||
|
||||
if($this->spawned){
|
||||
if($this->spawned){
|
||||
$this->processMovement($currentTick);
|
||||
|
||||
$this->entityBaseTick(1);
|
||||
|
Reference in New Issue
Block a user