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