4748495051525354555657
if ( Platform.isServer() ) { TileCharger tc = getTileEntity( w, x, y, z ); if ( tc != null ) { tc.activate( player ); } } return true; }