mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 01:29:16 +00:00
Actually fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user