No need to handle BC/RtC power on the client now is there...

This commit is contained in:
AlgorithmX2
2014-01-01 03:03:31 -06:00
parent ef86454c44
commit ab192bcdc5
3 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ public abstract class RotaryCraft extends IC2 implements ShaftPowerReceiver
};
public RotaryCraft() {
addNewHandler( new RotaryCraftHandler() );
if ( Platform.isServer() )
addNewHandler( new RotaryCraftHandler() );
}
@Override