9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Revert "Merge pull request #15 from cyberpwnn/performance-passes"

This reverts commit e530e30878.
This commit is contained in:
Dan
2020-10-16 01:57:47 -04:00
committed by Daniel Mills
parent e530e30878
commit 1a7aa1218a
23 changed files with 97 additions and 91 deletions

View File

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