mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +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() {
|
||||
List<CMIParticle> ls = new ArrayList<CMIParticle>();
|
||||
List<CMIParticle> ls = new ArrayList<>();
|
||||
for (CMIParticle one : CMIParticle.values()) {
|
||||
if (!one.isParticle())
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user