on climax cum particles are not emitted globally

This commit is contained in:
yourfriendoss 2023-04-16 01:40:00 +03:00
parent 97a0c1425d
commit b9b15ffb73

View file

@ -63,7 +63,7 @@ class SexModel {
}
if(this.sexTicks == 50) {
player.sendMessage(AnimalRP.mm.deserialize("<#FFC0CB>cum!!"));
player.spawnParticle(Particle.END_ROD, player.getLocation(), 999, 0, 0, 0);
player.getWorld().spawnParticle(Particle.END_ROD, player.getLocation(), 999, 0, 0, 0);
this.removeModel();
finished = true;
}