mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
Ensure ParticlePacket is initialized (#621)
This commit is contained in:
parent
2e2ec3648d
commit
fa112163df
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ public enum ParticleEffect {
|
|||
NAME_MAP.put(effect.name, effect);
|
||||
ID_MAP.put(effect.id, effect);
|
||||
}
|
||||
ParticlePacket.initialize();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue