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);
PaperLib.suggestPaper(this);
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)