mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 02:12:42 -04:00
credit to amesgen, enderstorage setFrequency
apparently in 1.10 it is proper to call setFrequence a bit differently closes #2802 closes #2803
This commit is contained in:
parent
731b125d72
commit
6f66d5272b
@ -66,7 +66,7 @@ public final class DriverFrequencyOwner extends DriverSidedTileEntity {
|
|||||||
throw new IllegalArgumentException("invalid frequency");
|
throw new IllegalArgumentException("invalid frequency");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tileEntity.setFreq(new Frequency(left,middle,right));
|
tileEntity.setFreq(tileEntity.frequency.setFrequency(left, middle, right));
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user