mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-02 06:27:42 +01:00
Fix Null-Check on Particle Causing 1291
This commit is contained in:
parent
9cb65da309
commit
6fd1394409
@ -101,8 +101,8 @@ public class ParticlesEdition extends EditionInventory {
|
||||
|
||||
inv.setItem(slots[n++], modifierItem);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
if (particle != null ) {
|
||||
if (ParticleData.isColorable(particle)) {
|
||||
int red = getEditedSection().getInt("item-particles.color.red");
|
||||
int green = getEditedSection().getInt("item-particles.color.green");
|
||||
|
Loading…
Reference in New Issue
Block a user