Fixed OpenComputer dependency

This commit is contained in:
LemADEC 2015-08-03 21:27:22 +02:00
parent 123e5112bc
commit 68d3fac0a8

View file

@ -102,6 +102,7 @@ public abstract class WarpInterfacedTE extends WarpTE implements IPeripheral, En
}
// Dirty cheap conversion methods
@Optional.Method(modid = "OpenComputers")
protected Object[] argumentsOCtoCC(Arguments args) {
Object[] arguments = new Object[args.count()];
int index = 0;