Ensure ParticlePacket is initialized (#621)

This commit is contained in:
Alexander Meech 2016-10-17 14:13:54 -04:00 committed by Christopher Martin
parent 2e2ec3648d
commit fa112163df

View file

@ -464,6 +464,7 @@ public enum ParticleEffect {
NAME_MAP.put(effect.name, effect);
ID_MAP.put(effect.id, effect);
}
ParticlePacket.initialize();
}
/**