Updated run command to include playerSettings
This commit is contained in:
parent
062a1a0f18
commit
c82f0c8f17
|
|
@ -44,7 +44,7 @@ public class PlayerJoinListener implements Listener {
|
|||
ParticleSet particleSet = finalPlayerSettings.getParticles(aPartType);
|
||||
if (particleSet == null)
|
||||
return;
|
||||
particleSet.run(player);
|
||||
particleSet.run(player, finalPlayerSettings);
|
||||
});
|
||||
}
|
||||
}.runTaskAsynchronously(AltitudeParticles.getInstance());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user