Hide particles from the owner if they are vanished

This commit is contained in:
Esophose 2020-10-01 22:41:05 -06:00
parent 4ce525785a
commit fe9b580baf
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ public final class PlayerParticlesAPI {
private static PlayerParticlesAPI INSTANCE;
private PlayerParticles playerParticles;
private final PlayerParticles playerParticles;
private PlayerParticlesAPI() {
this.playerParticles = PlayerParticles.getInstance();