9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Actually fix

This commit is contained in:
Daniel Mills
2021-07-14 14:44:32 -04:00
parent c05f169d54
commit 5538aac732

View File

@@ -81,7 +81,7 @@ public class Iris extends VolmitPlugin implements Listener {
for(String i : m) {
if (i.trim().startsWith("level-name="))
{
dpacks = new File(i.trim().split("\\Q\\E")[1] + "/datapacks");
dpacks = new File(i.trim().split("\\Q=\\E")[1] + "/datapacks");
break;
}
}