ParticleCommand: fixup for 6e9d2e1c8af7d9debc6ed14f98e4f54d29753625

This commit is contained in:
Dylan K. Taylor 2019-09-23 11:54:17 +01:00
parent 6e9d2e1c8a
commit 262dbc0346

View File

@ -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":