mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-01 15:03:36 +01:00
Update CMIEffectManager.java
This commit is contained in:
parent
a4bc80bac3
commit
55cc050e5e
@ -292,7 +292,7 @@ public class CMIEffectManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static List<CMIParticle> getParticleList() {
|
public static List<CMIParticle> getParticleList() {
|
||||||
List<CMIParticle> ls = new ArrayList<CMIParticle>();
|
List<CMIParticle> ls = new ArrayList<>();
|
||||||
for (CMIParticle one : CMIParticle.values()) {
|
for (CMIParticle one : CMIParticle.values()) {
|
||||||
if (!one.isParticle())
|
if (!one.isParticle())
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user