9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00
This commit is contained in:
Daniel Mills
2020-10-28 01:31:29 -04:00
parent 0cf0d68026
commit 6bbe1c8518

View File

@@ -205,15 +205,6 @@ public class Iris extends MortarPlugin
J.sr(this::tickQueue, 0); J.sr(this::tickQueue, 0);
PaperLib.suggestPaper(this); PaperLib.suggestPaper(this);
super.onEnable(); super.onEnable();
try
{
StructureObject.convert(getDataFile("rock.ewg"));
}
catch(ClassNotFoundException | IOException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
} }
public static void sq(Runnable r) public static void sq(Runnable r)