Fixed size on MobSpawnParticle

This commit is contained in:
Shoghi Cervantes
2015-03-13 16:21:33 +01:00
parent 9e0b9a6e5b
commit 91e8bdbd37
2 changed files with 2 additions and 2 deletions

View File

@@ -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);