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