mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-05 05:21:27 +00:00
Hide particles from the owner if they are vanished
This commit is contained in:
parent
4ce525785a
commit
fe9b580baf
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue