Remove not used throws
This commit is contained in:
@@ -18,7 +18,7 @@ public class RotaryCraft extends BaseModule
|
||||
}
|
||||
|
||||
@Override
|
||||
public void PostInit() throws Throwable
|
||||
public void PostInit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user