Removed the particles when a mob spawns.
This commit is contained in:
parent
e68521deac
commit
1cced1664f
@ -2767,9 +2767,6 @@ int cWorld::SpawnMob(double a_PosX, double a_PosY, double a_PosZ, cMonster::eTyp
|
|||||||
Monster->SetPosition(a_PosX, a_PosY, a_PosZ);
|
Monster->SetPosition(a_PosX, a_PosY, a_PosZ);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because it's logical that ALL mob spawns need spawn effects, not just spawners
|
|
||||||
BroadcastSoundParticleEffect(2004, (int)a_PosX, (int)a_PosY, (int)a_PosZ, 0);
|
|
||||||
|
|
||||||
return SpawnMobFinalize(Monster);
|
return SpawnMobFinalize(Monster);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user