mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
ParticleCommand: fixup for 6e9d2e1c8a
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user