Hyph setfeature

This commit is contained in:
thatsIch
2014-09-20 23:26:30 +02:00
parent c4e20b96ec
commit 279e94ed91
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public class ToolMassCannon extends AEBasePoweredItem implements IStorageCell
public ToolMassCannon() {
super( ToolMassCannon.class, null );
setfeature( EnumSet.of( AEFeature.MatterCannon, AEFeature.PoweredTools ) );
setFeature( EnumSet.of( AEFeature.MatterCannon, AEFeature.PoweredTools ) );
maxStoredPower = AEConfig.instance.mattercannon_battery;
}