mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
ParticleCommand: fixup for 6e9d2e1c8af7d9debc6ed14f98e4f54d29753625
This commit is contained in:
parent
6e9d2e1c8a
commit
262dbc0346
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user