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:
@@ -47,7 +47,7 @@ public class MythicMobsLink
|
||||
}
|
||||
}
|
||||
|
||||
return v.toArray(new String[v.size()]);
|
||||
return v.toArray(new String[0]);
|
||||
}
|
||||
|
||||
public Plugin getMythicMobs()
|
||||
|
||||
Reference in New Issue
Block a user