1
0
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:
montlikadani 2018-08-16 18:47:45 +02:00 committed by GitHub
parent a4bc80bac3
commit 55cc050e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;