9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Performance pass 7 ('Collection.toArray()' call style)

This commit is contained in:
Andrew
2020-10-15 22:47:46 -07:00
parent dba07c1832
commit c5ef4df15a

View File

@@ -47,7 +47,7 @@ public class MythicMobsLink
}
}
return v.toArray(new String[v.size()]);
return v.toArray(new String[0]);
}
public Plugin getMythicMobs()