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
@@ -110,7 +110,7 @@ public class PartBasicState extends AEBasePart
public PartBasicState(Class c, ItemStack is) {
super( c, is );
proxy.setFlags( GridFlags.REQURE_CHANNEL );
proxy.setFlags( GridFlags.REQUIRE_CHANNEL );
}
}