diff --git a/src/command/defaults/ParticleCommand.php b/src/command/defaults/ParticleCommand.php index f3974d321..904c4ebe0 100644 --- a/src/command/defaults/ParticleCommand.php +++ b/src/command/defaults/ParticleCommand.php @@ -165,7 +165,7 @@ class ParticleCommand extends VanillaCommand{ case "spell": return new EnchantParticle(); case "instantspell": - return new InstantEnchantParticle(); + return new InstantEnchantParticle(new Color(0, 0, 0, 255)); //TODO: colour support case "dripwater": return new WaterDripParticle(); case "driplava":