mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-13 17:24:22 +00:00
Add style 'rings', code cleanup
This commit is contained in:
parent
36803440c0
commit
200103a5c9
16 changed files with 196 additions and 80 deletions
|
@ -133,7 +133,7 @@ public class FixedCommandModule implements CommandModule {
|
|||
return;
|
||||
}
|
||||
|
||||
ParticleEffect effect = ParticleManager.effectFromString(args[3]);
|
||||
ParticleEffect effect = ParticleEffect.fromName(args[3]);
|
||||
if (effect == null) {
|
||||
LangManager.sendMessage(p, Lang.FIXED_CREATE_EFFECT_INVALID, args[3]);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue