Fixed Typo REQUIRE_CHANNEL.

This commit is contained in:
AlgorithmX2
2014-01-31 15:12:15 -06:00
parent 4c354995c9
commit a9629460bb
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public class PartMonitor extends AEBasePart implements IPartMonitor
protected PartMonitor(Class c, ItemStack is) {
super( c, is );
if ( notLightSource )
proxy.setFlags( GridFlags.REQURE_CHANNEL );
proxy.setFlags( GridFlags.REQUIRE_CHANNEL );
else
proxy.setIdlePowerUsage( 1.0 / 16.0 ); // lights drain a little bit.