mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-17 12:01:26 +01:00
legacy should only spawn single particles when asking for one
This commit is contained in:
parent
e60876690b
commit
13865e10f0
@ -145,11 +145,11 @@ public class LegacyParticleEffects {
|
||||
}
|
||||
|
||||
public static void createParticle(Location l, Type e) {
|
||||
createParticle(l, e, 0F, 0F, 0F, 1, 3, null);
|
||||
createParticle(l, e, 0F, 0F, 0F, 1, 0, null);
|
||||
}
|
||||
|
||||
public static void createParticle(Location l, Type e, List<Player> localOnly) {
|
||||
createParticle(l, e, 0F, 0F, 0F, 1, 3, localOnly);
|
||||
createParticle(l, e, 0F, 0F, 0F, 1, 0, localOnly);
|
||||
}
|
||||
|
||||
public static void createParticle(Location l, Type e, float effectSpeed, int amountOfParticles) {
|
||||
|
Loading…
Reference in New Issue
Block a user